I’m working on a project that has Pie chart, by default subtitle is enabled, and it is displaying “SHOWING TOP 20 IN ACCOUNTNAME”.
Now I want to change this ACCOUNTNAME to ACCOUNT NAME, this Top 20 should be dynamic if in future suppose 10 values are shown then it should change accordingly.
I have added parameter TopNCount and used this in subtitle “Showing Top ${TopNCount} in Account Name”. Now it is static whenever I change the filter it is static. I want it to be dynamic.
My pie chart → group/color = accountname
value = nodeid(count)
Is it possible to implement, Any suggestions or workaround could be appreciated.
Hi @Nazhur,
Confirming I correctly understand your scenario; if your TopNCount parameter gets set to, let’s say 20 for example, but there are only 10 results, you want it to recognize the number of results returned and have that number placed in the subtitle?
When utilizing a parameter in a title or subtitle, it’s always going to take the value that’s selected in your parameter control, it would not have any option to pick up on the number of values being returned.
Currently there’s no option to set that type of logic so I’ll go ahead and mark this as a feature request to promote visibility to the support team.