Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
Using Variable extension im showing Bar Chart for both Amount and Count inside one measure.
If i give crore format in Format Pattern, on click of count variable count is also shown in crore format.
Is there any option to show amount in crore format and count in number format.
Note: Both amount and Count is shown within one measure
Measure Expression Example:
sum(if(vJCEKPI1='A' and TranDate>=DateCurrPeriodStart , CollectionAmount,
if(vJCEKPI1='C' and TranDate>=DateCurrPeriodStart, CollectionCount)))
[vJCEKPI1 - Variable Name]
Regards,
Deepika
Hi,
Can anyone please help me in this issue.
Using Variable extension im showing Bar Chart for both Amount and Count inside one measure.
If i give crore format in Format Pattern, on click of count variable count is also shown in crore format.
Is there any option to show amount in crore format and count in number format.
Note: Both amount and Count is shown within one measure
Measure Expression Example:
sum(if(vJCEKPI1='A' and TranDate>=DateCurrPeriodStart , CollectionAmount,
if(vJCEKPI1='C' and TranDate>=DateCurrPeriodStart, CollectionCount)))
[vJCEKPI1 - Variable Name]
Thanks in advance
Regards,
Deepika