Forum Discussion
vandam2
2 years agoFrequent Visitor
Filter Visual question
Good morning Gang, i have a question about modifying the look of a filter i have a filter for Shift time, but i would like to add the count of events to the filter view with the filter category ...
- 2 years ago
One possible strategy would be to create a calculated column in your Details table that calculates the distinct count per shift and then concatenates that with the shift type. Then you would use your calculated column as the slicer.
A basic example would look like...Hope this gets you going in the right direction.
jgeddes
2 years agoSuper User
One possible strategy would be to create a calculated column in your Details table that calculates the distinct count per shift and then concatenates that with the shift type. Then you would use your calculated column as the slicer.
A basic example would look like...
Hope this gets you going in the right direction.
vandam2
2 years agoFrequent Visitor
works amazing, thank you so much