Forum Discussion
pcavacas
6 years agoHelper I
Problem with Row context
I have a report that has a bunch of columns on it and have a weird behavior that I cannot figure out what is going on. One of the formulas, the APF colum, is blank for all rows that are not at the l...
- 6 years ago
Good to hear. What I learned from this is that only the first expression of the Calculate() is impacted by the context transition. That was not clear to me before.
pcavacas
6 years agoHelper I
Yes the structure of the sample is not an optimised solution, but it is a simple representation that has the same affect as my more complex full solution..
pcavacas
6 years agoHelper I
I got this to work by removing the SelectedValue in the SumX and using the fields directly.
- lbendlin6 years agoSuper User
Good to hear. What I learned from this is that only the first expression of the Calculate() is impacted by the context transition. That was not clear to me before.