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: 
gkcchowdary
Creator
Creator

what is dual function?

explain about dual function in script level with example

2 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

See How to use- Dual()

And make sure you installed the help file when you installed Qlikview. You can open the help file from the Help menu in Qlikview Desktop


talk is cheap, supply exceeds demand
kushalthakral
Creator III
Creator III

Hi

Dual function is nothing but stores two values like in text and as well as in number

so if u take an example of dual(month, month_no)

Month     Month_No

Jan          1

Feb          2

Mar          3

then if u write exp like text(dual(month, month_no) it will give you Jan

and if u write like num(dual(month, month_no) it will give you 1

Regards

Kushal T