Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have a chart with 3 dimensions and i want to let users to make selections only using the first dimension ignoring the others.
Is it possible?
ooops....
The solution was under my nose...
Just need to make the two others dimensions --> expressions...
Hi,
Not clear about what you want, kindly explain with example.
Regards,
Kaushik Solanki
Hi,
Suppose we take 3 dimension such as Company,Type & Mode &
Then you can select Company ....then selection will affect but if You select from Type & Mode then these Selection will not affect to the chart.
So you can use this expression.....
=Sum({<Type=,Mode=>} Premium)
So you suggest to solve the problem with set of analysis on the expressions.
I just wondering if you have other options to solve this on the client lvl.
Try this
make variable
v1=(SubField(GetcurrentSelections(),':',-1))
then use that v1 in expression
whatever you want
hi
go to properties of chart--> dimension --> edit group-->new
then select your field which you want to take as dimension
select cyclik group, then ok so a toggle had made.
now add this toggle as dimension.
then add expression
now u select any one from toggle. then on the basis of this u see the output
ooops....
The solution was under my nose...
Just need to make the two others dimensions --> expressions...