Forum Discussion
sraj
3 years agoResponsive Resident
Data value changes when published
Hi, This has never happened before with me, not sure what may be causing this. For some reason when I publish this report the data for 2022 is just completely changing the value. This is happen...
- 3 years ago
Finally this is what helped
= [dtd] => RangeStart and [dtd] < RangeEnd
Before I was doing the =>RangeStart and [dtd] <= RangeEnd which was causing the duplication I guess. Found an article that helped me fix this.
sraj
3 years agoResponsive Resident
Finally this is what helped
= [dtd] => RangeStart and [dtd] < RangeEnd
Before I was doing the =>RangeStart and [dtd] <= RangeEnd which was causing the duplication I guess. Found an article that helped me fix this.