nicolaskruchten / pivottable

Open-source Javascript Pivot Table (aka Pivot Grid, Pivot Chart, Cross-Tab) implementation with drag'n'drop.
https://pivottable.js.org/
MIT License
4.35k stars 1.08k forks source link

Inclusions with nth element #1292

Open kbchiew69 opened 2 years ago

kbchiew69 commented 2 years ago

All examples is showing inclusions: {country:["USA"]}, where we know there is "USA" in the data. How to do it when i need to include last value in the list, for example, inclusions: {country:[x]} Where x is the last element in [Country] field ?