on ‎2017 Apr 11 8:55 AM
Hello All,
I have a requirement to use a IFNULL operator in Graphical calculation view. I can use this operator in Scripted view but Graphical view doesn't support this keyword. Can anyone help me out in this?
Regards,
Alfonso
Request clarification before answering.
Hello,
I think you should use isnull instead of ifnull
Try this: IF(ISNULL("column_Name"),then,else)
or
IF(ISNULL("column_Name")=1,then,else)
Mateusz.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 15 | |
| 9 | |
| 6 | |
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.