Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
Please help me with the expression to get the required values
Try this:
Sum(SA*SRDAYS)
or
Sum(Aggr(Sum(SA) *Sum(SRDAYS), RSMNAME, BRCODE))
Try this:
Sum(SA*SRDAYS)
or
Sum(Aggr(Sum(SA) *Sum(SRDAYS), RSMNAME, BRCODE))
or: sum(aggr(sum(SA*SRDAYS),BRCODE))
thank u so much sunny