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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

expression condition

Hi Experts,

I have attached a sample  qvw & an excel sheet associated to it.

In the qvw, there are three tables and one of them is the required output which i m struggling to get.

Required.JPG

Please help me with the expression to get the required values

1 Solution

Accepted Solutions
sunny_talwar

Try this:

Sum(SA*SRDAYS)

or

Sum(Aggr(Sum(SA) *Sum(SRDAYS), RSMNAME, BRCODE))

View solution in original post

3 Replies
sunny_talwar

Try this:

Sum(SA*SRDAYS)

or

Sum(Aggr(Sum(SA) *Sum(SRDAYS), RSMNAME, BRCODE))

stabben23
Partner - Master
Partner - Master

or: sum(aggr(sum(SA*SRDAYS),BRCODE))

Not applicable
Author

thank u so much sunny