Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi, I'm new to qlik and haven't coded anything for a while.
Trying to make a statement where if the transaction type equals to 11 (the withdrawal code), it returns the date (of registration, which equals to the withdrawal date).
If[Transaction type] = 11, [Registration date], 'Other'
I'm unsure of how to make this simple syntax work as I've mostly done the visualization parts till now
Lol I apparently just needed some brackets
if ([Transaction type] = 11, `[Registration date]`, 'Other') WORKED FINE 🙂
Lol I apparently just needed some brackets
if ([Transaction type] = 11, `[Registration date]`, 'Other') WORKED FINE 🙂