LeonelSanchezJr
Programmer
I have a report that should default to
a user's default location:
so, i have the following code, but
i am getting errors.
SQL ORA
select t.locationid AS ORG_STA from tr_user_master t
WHERE Upper(t.userid) = Upper('&MRUSER');
TABLE FILE SQLOUT
PRINT ORG_STA
ON TABLE HOLD AS HLDFIELD FORMAT ALPHA
END
-SET &ORIGIN_STA = '&HLDFIELD.ORG_STA';
Thanks,
Leo ;-)
a user's default location:
so, i have the following code, but
i am getting errors.
SQL ORA
select t.locationid AS ORG_STA from tr_user_master t
WHERE Upper(t.userid) = Upper('&MRUSER');
TABLE FILE SQLOUT
PRINT ORG_STA
ON TABLE HOLD AS HLDFIELD FORMAT ALPHA
END
-SET &ORIGIN_STA = '&HLDFIELD.ORG_STA';
Thanks,
Leo ;-)