Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
i am using following expression to create value list for simpleKPI in my app. But it says invalid dimension. I cannt replicate issue but it says invalid dimension
valueloop(1, count( distinct <Field Name>))
can anybody suggest what is error
Hi,
Please share the screen short for more clarity.
Try like:
valueloop(1, $(=count( distinct <Field Name> FieldName2)))
what is <field Name 2>, I am loading dimensions dynamically
In that case field2 would not be required. Just try like: valueloop(1, $(=count( distinct YourField)))
Hey!
While you're at it, have a look at Vizlib's new supported KPI designer:
Keen to hear your thoughts!
Best,
Martin