Comparing 2 string values
Hello
I'm stuck with something that should have been easy to do: I need to compare 2 values and do different things depending on the result.
The 2 values type are string.
My first idea was to use a simple "equal" condition in the filtering window.
But checking the result, I realised that 2 empty field were seen as "non-equal" whereas they should have been equal.
I tried to use the IfEquals function but no luck as well
Any idea how to simply check if 2 fields as identifical ? Assuming that a null field is equivalent to an empty field ?
Thanks for your insights