HI All,
We are hoping someone has some tips for us. We have developed a Projects Gallery that references our SQL database.
We have label that references the projects gallery and sums the items based on filters.
It works except it only sums what is immediately present in the gallery box onscreen. We need to scroll to the bottom of the galley for the sum to be correct. It is filtering Correctly.
The code we have used in the label.
Text(Round(Sum(ProjectsGallery_2.AllItems,'FY Budget'),0),"[$-en-US]$0#,###")
Does anyone know what code to add so the sum occurs without the requirement for scroll down in the gallery to load all the data?
Thanks