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: 
yossi_bire
Contributor II
Contributor II

Problem to create calculated field using 'if and'

Hi, I'm trying to create a calculated field in the backend mode (not a dimension) with success


if (

LINE_OF_BUSINESS ='Materials'

abd

LEDGER_CURRENCY_CODE='USA'

,'Yes','No')


any suggestion?

2 Replies
sunny_talwar
MVP
MVP

May be you mis-spelled and

if (

LINE_OF_BUSINESS ='Materials'

abd

LEDGER_CURRENCY_CODE='USA'

,'Yes','No')

mdmukramali
Specialist III
Specialist III

Hi,

if (

LINE_OF_BUSINESS ='Materials'

AND

LEDGER_CURRENCY_CODE='USA'

,'Yes','No') as FieldName


Thanks,

Mukram.