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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
boris_dol
Contributor II
Contributor II

how to do if

Hello all,

I'm new to qilkviwe , baby user 🙂

i cant faind how to do "if" , I'll explain,

i got a chart of data , numbers between 1-100 i want qlick to wright what is bigger then 60 As A and what is less then 60 as B 

cant faind how to do it , and if you please show me to the artical that explain this sit situation,

 

ty

2 Replies
Anil_Babu_Samineni
MVP
MVP

Perhaps this If(numberfield>60, 'A', 'B') Or If(numberfield>60, 'A', if(numberfield<=60, 'B'))
Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
boris_dol
Contributor II
Contributor II
Author

thx it helped