Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello ,
I am struggling to insert this formula into Qlik sense , i can't find the right syntax :
this is the formula : sum (%spread × fleet volume by Manufacturer) by Product)
i tried this :
sum(Aggr(((aggr(distinct([Product Fleet volume.Fleet Volume] ),[Manufacturer - Name]))*
[Growth axis topic % spread Product.% spread by value axis]),[Product - Name]))
but it doesn't work , i don't know if it is correct or not
thank you
the sytanx is as below, but not sure what you are trying to achieve,
Can you some sample data that best represents your actual data
sum (total < Product> %spread × fleet volume)
thank you for your answer but unfortunately this doesn't give the right results
I am assume your formula is:
Then, you can try
Sum(Aggr(
sum(Aggr(
[Growth axis topic % spread Product.% spread by value axis]
*
[Product Fleet volume.Fleet Volume]
,[Manufacturer - Name]))
,[Product - Name]))