mrchonginhk
Well-known Member
- Joined
- Dec 3, 2004
- Messages
- 679
Suppose I have a table like this
Column1: Country (Text)
Col2: Date (Date)
Col3:Sales(Value)
Eg
US, Jan-2020, 100
US, Feb-2020, 120
Now my visual is a table , data from this table above
I want to have visual which is a filter, choices are [+1], [0], [-1]
If user select [+1], then the table visual will become
US, Feb-2020, 100
US, Mar-2020, 120
How to achieve this ? Thanks
Column1: Country (Text)
Col2: Date (Date)
Col3:Sales(Value)
Eg
US, Jan-2020, 100
US, Feb-2020, 120
Now my visual is a table , data from this table above
I want to have visual which is a filter, choices are [+1], [0], [-1]
If user select [+1], then the table visual will become
US, Feb-2020, 100
US, Mar-2020, 120
How to achieve this ? Thanks