RList vs Window Multivalue Problem (AREV Specific)
At 18 NOV 1998 12:46:05PM Timothy Mead wrote:
I have a symbolic which returns a multivalue calculation. It brings a single value from another symbolic and appends values as needed. The list statement and the window which reference this symbolic give the following answers.
List Window
========== ===========
5,263 5,263
515 503I looked for the same kind of problem in this online discussion, and tried the following fix:
{existing code}
@ANS=HOLD
I experienced no difference in the output. I wanted to get a few Ideas before I spend any more time with this problem. The Window value is just flat WRONG and the Rlist value is correct. Any more Ideas?
At 18 NOV 1998 01:15PM akaplan@sprezzatura.com - [url=http://www.sprezzatura.com]Sprezzatura, Inc.[/url] wrote:
It would help if you posted the code for the dictionary. The system does things in Window for MV groups (setting @MV for one) in how it displays @ANS values and how it resolved {field} references.
Most of us have been through this once or twice before, so we could probably see something right away.
It might help to make the MV field a group, even if it's a single prompt.
akaplan@sprezzatura.com