This content has been marked as final.
Show 3 replies
-
1. Re: Replace Null values with 0 for each week
Gourav Sharma Mar 2, 2017 6:50 AM (in response to aftab.najib)Hi Aftab,
Try ZN([calculated field]) function to achieve this.
Gourav
-
2. Re: Replace Null values with 0 for each week
Deepak RaiMar 2, 2017 7:06 AM (in response to aftab.najib)
Hi Aftab,
Please use this to replace Null with 0 in view.
ZN(LOOKUP(SUM([Score]),0))
Hope it Helps!!!
Thank
Deepak
-
3. Re: Replace Null values with 0 for each week
aftab.najib Mar 3, 2017 3:47 AM (in response to aftab.najib)Thanks guys, will give this a go and let you no how I get on