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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Condition to obtain tha same value in a column for a specific value

Good morning,

in the following table

I would that the field DATE WRONG have the some value when the field CAUSALE is equal to FE like the COLUMN DATE OK.

Which conditiond I must use to obtain this results ?

Thanks

Giovanni

2 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

If(CAUSALE='FE', [DATE OK], [DATE WRONG])


talk is cheap, supply exceeds demand
Not applicable
Author

The field DATA FATTURA must be the same of the value CAUSALE=FE for all the row.

With your formula I cant't obtain the correct result.