-
Re: Multiple line chart and data labels
I think you can do this by creating a beast mode that outputs only for the line you want, and outputs a blank string ('') for all the other lines in the series. You can drop the beast mode into the t…1 -
Re: Filtered date selection
You could do this using variables and beast modes. You'd need four variables (period 1 start, period 1 end, period 2 start, period 2 end). Then you can create two beast mode to use those those variab…1 -
Re: Filter Options
If you add the date fields as page filters and save them to the view, I think that would behave the same way as the quick filter. The filters would remain present on the page, and users can interact …1 -
Re: Toggle Series through a filter
If I understand right, you want to build one card with the ability to choose your series instead of building separate cards? That sounds like a job for variables: Basically, you'll build a variable t…3 -
Re: Monthly Net Working Days
You might have to modify your dataset first, as you'll need to have all of the dates in your data if you want to calculate before the end of the month. I would probably start in Magic ETL with the Do…2