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: 
Not applicable

Text in chart

hi,

How to give condition  for 'text in chart' ? Any particular syntax?

Labels (1)
2 Replies
er_mohit
Master II
Master II

use single quote arount text

like

if(fieldname='abcd')

jvishnuram
Partner - Creator III
Partner - Creator III

if you want to show Sale for 2013 then you should use ='Sale'&Max(Year) this will helps you out.

VJ