I was wondering if someone might be able to suggest a method to suppress rows with a value of 0 on 3 given amount columns on a subform without using the markedonly function. This function does the job but the performance hit it creates is quite frustrating especially since we currently want to move our database onto SQL but the form takes twice as long to update there and it's very heavily used. Any ideas I'd love to hear them.
Thanks
0
Comments
hide := (amount1 + amount2 + amount3) = 0;
set a filter on hide = false.
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n
If all three of the columns are equal to zero after those filters have been applied then we don't want to show the row on the subform.
Independent Consultant/Developer
blog: https://dynamicsuser.net/nav/b/ara3n