Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello again
I have an line chart with two products.
Each product has a listbox.
Product Comparison1
and
Product Comparsion2
My expression for sums are like this
1: =Sum({$<Year=, Month=, ProductName=[ProduktSammenligning1]::ProductName>}BuyPriceRealized)
and
2: =Sum({$<Year=, Month=, ProductName=[ProduktSammenligning2]::ProductName>}BuyPriceRealized)
This allows me to compare 2 products in my line chart. However, my labels only show ProduktSAmmenligning1 and 2
How can i make my label dynamic, so it actually shows what i have chosen in the different listboxes??
Ived tryed Max({produktsammenligning1} ProductName) - That does not work
Any1 with an idea??
Don't know if you've found a solution to this yet, but have you tried to use only() instead of max()?
I can try!