Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Greetings!
My question is simple, but could not get an answer by referring to the forum, or the Reference Manual. I have a field X with values between 300 and -120. I need to sum the field Y values that are between 1 and 30 of the X and it tried to use Set Analysis, but it still fails:
Sum({<X={'<=30'}, X={'>=1'}>} Y) or
Sum({<X={'<=30','>=1'} Y)
Where I went wrong?
grateful
Stive
Brazil
try sum({<X={">=1<=30"}>} Y)
Hi try someting like:
Sum({<X={'<=30'}>*<X={'>=1'}>} Y)
Thanks
Steve
Mr. Gysbert,
It was perfect!
Thank You!
Stive
sbaldwin,
Its solution is also perfect!
Thanks for the attention!