Welcome!
This community is for professionals and enthusiasts of the Genio platform.
Share your questions and challenges, and help your partners!
Enumeration Sum
I asked this question before: https://forum.quidgest.net/forum/q-a-2/question/static-field-839...
Actualay, i did exactly this, but, that is what happen:
Each record generate a different "Fase" line but i would like that no matter how many records has this particular "Fase", I want the commissions to be added at each "Fase".
What you need is a table to store the phase and the sum of the commissions in each phase.
Please see below the example and see if this helps:
How are you defining users? Through the PSW table?
You can use our EPH pattern allowing limit the application's content to the tables associated with a user's login:
https://geniodoc.quidgest.net/patterns/permanent-history-entry-phe
Yes, I'm using PHE. Users see only what they insert, but the Main table "Fases" that contains all the sums, users see all sums from all users together :/
Keep Informed
About the Community
Question tools
Stats
Asked: 7/11/2022 下午5:32 |
Seen: 837 times |
Last updated: 10/11/2022 下午5:23 |
Thank you Sónia!
Thank you Sónia!
Each user should see only his opportunities. Should I create a third table named Fases_Users?