Hi,
I made an app to process vacations and absence bookings, and when i applied the app to the organization, the following problem was detected:
- In several users, the calculation or variable presented below won´t appear (numbers, in this case 14 and 0). Some users can see correctly on a Browser, or PowerApp application and other can't see correctly in any type of application.
In these variables, I just want you to get an integer from the gallery, setting only one exclusion with the filter, and sum it up.
Set(
userVacationDays,
Sum(
Filter(
GaleriaComunicacoes.AllItems,
Estado.Value <> "Negado"
),
Date_Diff
)
);
Set(
userVacationHours,
Sum(
Filter(
GaleriaComunicacoes.AllItems,
Estado.Value <> "Negado"
),
Hourd_Diff / 60
)
);
The records/items in the gallery are few (not reaching even 50 items by user).
Does anyone know why this shows for some users and others don't?
I have the same permissions for everyone.
Thank you

Report
All responses (
Answers (