Hi guys,
Is there a new limit to how many rows can be stored in a process variable that is marked as multiple? I made a query that returned 146 elements and the length of the ac!variable is 146 but in the pv!variable there are only 101 elements. Everything after the 101st element seems to have gotten trimmed out.
Discussion posts and replies are publicly visible
I try to avoid doing such things. But I have to admit that I never tested that.
Okay I was able to bypass this. Instead of storing the indexed data (146 rows) of the datasubset in the variable I stored the data subset and that was saved with no problem since the PV thinks it is only 1 row of data but it actually consists of the 146 rows inside it. LOL, strange how this particular thing works