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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
kunkumnaveen
Specialist
Specialist

how to write if function in conditional dimension

HI,

I am trying to write this in ADD CONDITIONAL DIMENSION,because i want to display only those values which met this condition but i am getting error whats wrong with this expression

=if({<IUT_TYPE={'LINKAGE'},SHIP_STATUS={1},COAL_TYPE={03}>}transporter)

thanks

naveen

1 Solution

Accepted Solutions
martinpohl
Partner - Master
Partner - Master

Hello

type

=if(UT_TYPE='LINKAGE' and SHIP_STATUS = 1 and COAL_TYPE='03',transporter)


Regards

View solution in original post

1 Reply
martinpohl
Partner - Master
Partner - Master

Hello

type

=if(UT_TYPE='LINKAGE' and SHIP_STATUS = 1 and COAL_TYPE='03',transporter)


Regards