Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hey all,
I am stuck at a problem where we have a following expression in a straight table. Now i want to use this expression in another expression but grouped by a dimension named subdivsion. Help us out in this matter:
expression : (WareHouseExpense1_Sender*sum(Conversion*[tr_Qty Sold]))/sum(total<WHS_Sender_Key>Conversion*[tr_Qty Sold]))
Would you be able to share few lines of data?
Hope this data helps !! Expression i wrote here for warehouse is same as i mentioned in question. Now i want this expression to be grouped by subdivision via total qualifier or aggr if there's a way to do it. When i am using aggr outside of whole expression it is giving null values. Any suggestions would be appreciated.