Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
If(CAUSALE='FE', [DATE OK], [DATE WRONG])
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.