Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have
Client name //Dimension
Total outstanding //measure
I want to show Total out standing between 10lakh to 25lakh in bar chart
How to write syntax in measure
Maybe you can do this using set analysis
Sum({<Lakht={">=10<=25"}>}Outstanding)
Hi Vegar,
I tried the expression Sum({<Lakht={">=10<=25"}>}Outstanding) but still its showing incorrect values.
Can you tell me what is Lakht in the Expression?
Lakht is feild name as per syntex of set modifier
In this Case field name = Outstanding
Shows client outstanding 0 to 5 Lakhs.
issue : there is value above 5 lakhs is also show