Forum Discussion
Anonymous
3 years agoNot applicable
Filter Data for other Quarters Automatically based on current quarter selection
Hi, So i have 4 Matrix Visuals (filtered by 4 to 5 visual dropdowns). One of the dropdowns is an FYQ dropdown itself The matrix visuals are basically Fiscal Year and Quarter. For example FY23Q1(Curr...
amitchandak
3 years agoSuper User
Anonymous , You have create a column, as of now, to default values
Switch( True() ,
format(today(), "YYYY\QQ") = format([Date], "YYYY\QQ"), "This Qtr",
[Qtr Year]
)
and save this on "This Qtr"
Default Date Today/ This Month / This Year: https://www.youtube.com/watch?v=hfn05preQYA
- Anonymous2 years agoNot applicable
Thanks amitchandak. Unfortunately this is a set of Quarter Values that are filled by folks manually and stored on an SQL server. I dont see any dates in there. Do you think the date/time functions would help in this case? These FYQ values are merely categorical in nature with no time relationship