Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hi,
if we move slider one (postcode slider), values only need to be change on "PostCode vs Sales" chart.
if we move slider two (SalesId), values only need to change on "SalesId vs Sales" chart.
any help?
thanks
Use set analysis
Change your expression in PostCode vs Sales to
=sum( {<SalesID=>} Sales)
basically the new addition ignores selection of SalesID
SalesID vs Sales
=sum({<PostCode=>}Sales)
ignores selection of PostCode
hi,thanks for this..looks correct but in my case i'm using
dimension as : monthname(enddate)
expression:=AVG(Date([Startdate],'DD/MM/YYYY')-Date([Enddate],'DD/MM/YYYY'))
so , how to use/place in the above expression?
if tht is the case we have to create multiple expressions for each month separately, i think tht's not a good idea!
any other help?