Forum Discussion
Can you post a screenshot of your TimeFilter property please, because the way it's reported here seems like a mistake. A Time Filter has to resolve to something like "T#2020.Base", none of that "something=something" business 😅
Also, I would look at how the DM is triggered by the Dashboard. DM jobs don't get Dashboard Parameters resolved automatically, so you need to pass everything explicitly.
Hi Jack -
Sorry, that was typo on my end, below is the screenshot. Using button to trigger the DM with Business rule.
As mentioned, need to pass selected periods from the muti select combo box, trying to figure out how to bypass time filter while executing the business rule.
- JackLacava2 years agoHonored Contributor
The key is: what does that parameter end up containing? If it's just a year, e.g. "2020", your approach should work (try putting square brackets around it), but if it has multiple periods (e.g. 2020M1,2020M2), you will need some intermediate text processing to turn it into a valid filter (T#2020M1,T#2020M2). That can be a achieved with the .List expansion (e.g. T#2020.Base.List(|!yourparam!|) might work) or an xfbr.
Related Content
- 6 months ago
- 4 months ago
- 10 months ago