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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

If Statements

Hi Guys,

help me with the If statement ....I have salespersons in a chart with months so I want to see how 1 sales person is performing against other salespeople in each month

Thanks

10 Replies
Not applicable
Author

Try this

if(SalespersonName='Palesa',Aggr(NODISTINCT Sum({<SalespersonName={"Pol"}>} SalesAmount), Month), sum(SalesAmount))

Regards,

Chinni Kanna