Forum Discussion
taylorb
6 years agoHelper I
Using TODAY() In Historical Visuals
This is probably a very simple solution. I have a card for daily count that uses Today() but I also want to see the historical trend. I obviously cannot use Today() since it will only show today. Wha...
- 6 years ago
taylorb , you can use userelation and crossfilter to deal with this
refer
Also, refer to this video how to take trend using a disconnected table
amitchandak
6 years agoSuper User
taylorb , you can use userelation and crossfilter to deal with this
refer
Also, refer to this video how to take trend using a disconnected table
- taylorb6 years agoHelper I
I didnt know that you can use inactive relationships like that. Thanks so much