Hi!
I'd like to create a dashboard that displays a chart with all data, and have the option for a user to filter the chart results based on a from and to date. Something like this:
https://www.appsheet.com/templates/Allow-the-user-to-filter-a-view-based-on-a-form?appGuidString=912...
But with dates instead of colors. Is this possible? Thanks
Solved! Go to Solution.
You just need to convert your statement into something that evaluates as True/False, like this:
AND(
[Timestamp] >= Chart Date[From Date],
[Timestamp] <= Chart Date[To Date]
)
This filter will evaluate to True for any rows with a timestamp within the range.
That's great news, I just messaged you a final test which actually would have probably uncovered this. In case others are interested, as well as using the Test link when building an expression to see how the rows will be treated, it is also a good idea to hit the View Data link from the top of the Slice page when building a slice. If we had done this earlier it would have shown the slice to be working correctly which would then indicate that it must not have been accessed by the other views.
User | Count |
---|---|
15 | |
14 | |
8 | |
7 | |
4 |