Good afternoon,
I created a view that counts records from a hosted layer with a condition.
I added in the page a text box widget and display the count(Projects) from the view. and also I added a text box inside a Card widget, and connected to the same view and the results are different. In the stand alone it shows 190 records, the correct value, but in the one inside the Card widget it shows a total of 3.
Thanks
Hi JoseSanchez,
I couldn't reproduce this issue. Could you share your data with me so I can take a look?
Thanks,
Ke
Good morning @Ke_Xu
I found the error, I was counting a variable that has only 3 different values COUNT(ProjectType) so the COUNT showed only 3, I replaced with a COUNT(OBJECTID) and it worked.
Thanks