Forum Discussion

sraj's avatar
sraj
Responsive Resident
3 years ago
Solved

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...
  • sraj's avatar
    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.