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: 
MuraliPrasath
Creator III
Creator III

Straight Table Question.

I've a straight table contains Dimension and Expression. Now  I want to add a dimension with restricted to particular value.

Example:  Variant=4000 should be selected always. How to add this into dimension.

1 Solution

Accepted Solutions
sunny_talwar

You can do it in your expression by adding {<Variant = {'4000'}>} or you can change your dimensions to be like this: If(Variant = 4000, YourDimension)

HTH

Best,

Sunny

View solution in original post

1 Reply
sunny_talwar

You can do it in your expression by adding {<Variant = {'4000'}>} or you can change your dimensions to be like this: If(Variant = 4000, YourDimension)

HTH

Best,

Sunny