Hello, Good day, I have created a TableOne and one of the field(decimal) is a flowfield base on TableTwo's field(decimal) and that's also is a flowfield based on TableThree's decimal field.
Now, my problem is, If I run the TableOne, I keep getting this error (see picture attached). Actual amount field is in TableTwo that is based on TableThree's Amount field. and if I run the TableTwo, it is perfectly running. Now, If I run TableOne, this error is keep on showing and it closes the page.
Hope you can help me. thank you in advance..
0
Answers
Unfortunately it is impossible to have a Flowfield summing up values in another Flowfield.
You need to redefine your Table1 flowfieldto sum up Amount filed directly from Table3
Slawek
Dynamics NAV, MS SQL Server, Wherescape RED;
PRINCE2 Practitioner - License GR657010572SG
GDPR Certified Data Protection Officer - PECB License DPCDPO1025070-2018-03
A page cannot be based on a query.
Dynamics NAV, MS SQL Server, Wherescape RED;
PRINCE2 Practitioner - License GR657010572SG
GDPR Certified Data Protection Officer - PECB License DPCDPO1025070-2018-03
True. Run it by code. MS does this also.
So it is possible.
If you only need some data/sum then skip the page, and fill the table in the query.
Dynamics NAV, MS SQL Server, Wherescape RED;
PRINCE2 Practitioner - License GR657010572SG
GDPR Certified Data Protection Officer - PECB License DPCDPO1025070-2018-03
Blog - rockwithnav.wordpress.com/
Twitter - https://twitter.com/RockwithNav
Facebook - https://facebook.com/rockwithnav/
Thank you, this works. God speed @Slawek_Guzek