Hello
We are a Property company and I have a Property Card in which I would like to display some associated Financial information in a Fact Box. The Financial information is a sum of some G/L Entry data. I have been looking at the Customer Card and can see that its Fact Boxes show data from FlowFields in the Customer table.
I can mirror that structure and add Financial Info FlowFields to the Property Table but I am wondering if that's the best approach. I don't need the Financial Info to be displayed with the List Page (only on the Card) - so I can see a performance disadvantage with adding the fields as FlowFields to the Property Table.
Many Thanks
0
Comments
The flowfields will only be calculated if you add them to the page or if you do a CALCFIELDS (or SETAUTOCALCFIELDS) - so as long as you do not add them to the list page then there will be no performance hit there. Obviously if you add to the Card page then it will need to calculated but only for 1 record at a time.