We are using rules to dynamically hide a visual based on a parameter, but I’ve hit a roadblock.
I want to hide a visual if the parameter “startDate” is less than 90 days from today. When trying to setup the rule, I can’t choose the date parameters. Any ideas on a work around?
It is a limitation that you can’t use the date type for the parameter. One workaround is that you can define a parameter with String type referring to a calculated column in a dataset(table). The calculated column has two values(Yes, No) When startDate is older than 90 days, set it to Yes, otherwise No.
Thanks Xing. I can’t figure out how to make the parameter refer to a calculated field on a dataset - it will only let me default to an actual column. Any tips?