Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

IF statement - alternative ?

Hi,

I have a scorecard with several rows on KPI values and have different typs like Quantity, Values, Procent etc.

The report I have now is based on IF statement and it works but it take a long time to present the information for the client because

I have a lot of transactions.

Is there any other way to create a scorebord where I have the KPI on the rows and then (current month, ytd, %, pv month, pv ytd, %.

IF(ColumnName = 'Omsättning'  ,
num(sum(-[Amount]),'# ##0'),
if(ColumnName = 'Personel',
num(sum([Hours]),'# ##0'),
if( ColumnName = 'Average',
'% ' & (Amount) / (Hours) * 100,'#,00') ,
sum([Quantity]))))))

Regards mikael

Labels (1)
1 Reply
jagan
Partner - Champion III
Partner - Champion III

Hi,

Can you attach the sample of this.

Regards,

Jagan.