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: 
Aspiring_Developer
Specialist
Specialist

Conditional column Qliksense

Hello All,

I have below table:-

Aspiring_Developer_0-1634544623069.png

In the above table, i have to add a column named 'Status Completion' on below condition :-

When Input completion > 100 , 'Yes', 'No'.

Can anyone please tell me how can we achieve this ?

Thank You

1 Solution

Accepted Solutions
abhijitnalekar
Specialist II
Specialist II

Hi @Aspiring_Developer ,

Please try as below.

if( [nput completion]>1,'Yes','No'

Is it possible to share sample data if the above does not work?

Regards,
Abhijit
keep Qliking...
Help users find answers! Don't forget to mark a solution that worked for you!

View solution in original post

1 Reply
abhijitnalekar
Specialist II
Specialist II

Hi @Aspiring_Developer ,

Please try as below.

if( [nput completion]>1,'Yes','No'

Is it possible to share sample data if the above does not work?

Regards,
Abhijit
keep Qliking...
Help users find answers! Don't forget to mark a solution that worked for you!