Formula fields show no data in table view

Sometimes my formula-fields don't show data in some records in the table view and the form view while in others the result is shown. My formula is correct because when renewing the window, the data is shown and other (formula)fields are empty. Could this have to do with the runtime that not all data is downloaded in time?
What could I do the get rid of this problem?
5 replies
-
Hi
Can you share with us the formula that you are using? Does it include a select command by any chance, as these don't update automatically?
Regards John
-
Hi John,
There is no select but this formula does refer to another series of formulas; below is the code I'm using. The first first part (if '# werven' = 1 then) are all formulas in the same table. The second part (if '# werven' > 1 then) are references to a subtable.
-
I see that the second line of your code says
and I wonder if it should say
I don't pretend to understand what your code is doing but this seems to fit the pattern better.
Regards John
-
Thank you for the feedback, John. Your previous quote ("Does it include a select command by any chance, as these don't update automatically?") allowed me to solve the problem. I removed the select commands and the error doesn't appear to be there anymore. Thank you very much indeed! Just out of curiosity, is there a way (e.g. using a button) to update everything?
Content aside
- 2 yrs agoSat, February 25, 2023 at 1:33 AM UTCLast active
- 5Replies
- 215Views
-
2
Following