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

Announcements
Streamlining user types in Qlik Cloud capacity-based subscriptions: Read the Details
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

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.