Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Selection only in one dimension

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?

1 Solution

Accepted Solutions
Not applicable
Author

ooops....

The solution was under my nose...

Just need to make the two others dimensions --> expressions...

View solution in original post

6 Replies
kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi,

     Not clear about what you want, kindly explain with example.

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!
Not applicable
Author

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)

Not applicable
Author

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.

er_mohit
Master II
Master II

Try this

make variable

v1=(SubField(GetcurrentSelections(),':',-1))

then use that v1 in expression

whatever you want

Not applicable
Author

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

Not applicable
Author

ooops....

The solution was under my nose...

Just need to make the two others dimensions --> expressions...