I have a filter of Items on the dashboard. The use...
# gd-beginners
d
I have a filter of Items on the dashboard. The user can select one at a time or multiple. When they select one I want a graphic (Ideally a pie chart) to show what percent of the total it is regardless of their date selection. I've removed the other filters for simplicity for now. I can't figure out how to exclude the date filter. Date doesn't seem to be one of the options and it does seem to influence the metric. Help? One image was set to "ALL TIME" The other one was set to "Today"
j
In case you do not want date filter, you can set it to all time and hide by filter configuration. There is option to disable application of dashboard date filter In widget configuration. It can be used to disable application of date filter on particular visualization on a dashboard. You can use WITH PARENT FILTER EXCEPT on metric level to ignore filter.
d
I just want to WITHOUT PARENT FILTER EXCEPT DATE, which doesn't seem possible
So there is two filters on the dashboard DATE, ITEM % Item Used = ( Count of rows with Item selected) / (Count of all rows) <- this should work for any dates selected
Right switching from WITHOUT to WITH worked,
👍 1