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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
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

Labels (1)
10 Replies
Not applicable
Author

Try this

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

Regards,

Chinni Kanna