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

decimal to String conversion

Hi All,

I have a column which has a decimal values but I want to assign a character value on the basis of some <(less than) or >(greater than) condition.

Is it possible?

P.S:i want to reflect these changes in bar chart

Labels (1)
6 Replies
tresB
Champion III
Champion III

Dual() could help you.

Update: Sample attached

Jason_Michaelides
Partner - Master II
Partner - Master II

You can use the Class() function in the UI for this. (Unless I misunderstand your question!)

sujeetsingh
Master III
Master III

Dual or nested iff

rajat2392
Partner - Creator III
Partner - Creator III

"DUAL" is the better option.."IF" will create latency for huge data.

jvishnuram
Partner - Creator III
Partner - Creator III

Hi Manish,

Dual is the QV function, That will serve your result.

VJ
Anonymous
Not applicable
Author

Thanks to All,yes Mission Accomplished with DUAL().