Hi Team,
Can I use 2 paramters in 1 ifelse calculations?
Below is my calculatedions and I got error messages. can you please help troubleshoot?
Hi Team,
Can I use 2 paramters in 1 ifelse calculations?
Below is my calculatedions and I got error messages. can you please help troubleshoot?
@Cindy Two parameters in ifelse is supported.
What is the error message ? When you hover over on the calc, you can see the error description.
Check if the value result from each expression has same format, like all string or all numeric.
and at end for else condition try replacing NULL with 0 and see if that works.
thanks for your reply. I figured it out.