Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
I have a straight chart. My first expression is a sum for sales : sum( { < Month={"<=$(=num(Month))"} > } Sales)
My second exp is the number of employees in january : =sum( {<Month ={"01"}>} Employee)
So i have value for employee in january (89) but obviously 0 for the other months. How can i get 89 for all rows?
See my attached .qvw sample.
Thanks
May be use this?
=sum(TOTAL {<Month ={"01"}>} Employee)
May be use this?
=sum(TOTAL {<Month ={"01"}>} Employee)