Skip to Content
0
Apr 09, 2014 at 09:37 AM

Packages: Selectinputs/Selects prompts problem with variables

26 Views

Hello People, i need your help:

I'm having some issues trying to work with 2 variables from 2 prompts

In MS 10 i have:

PROMPT(SELECT,,,,%DIMS%)

(...)

PROMPT(SELECTINPUT, %AUD%, , "Select audittrail for second task","AUDITTRAIL")

And its working ok, 2 different windows ask me me each variable, first %Selection% or %DIMS% and then %AUD%

But in MS 7, the same is not working... just 1 of them is working, the first one i use.

If it's not posible to use both...

Is there any way to assign a member or work with %DIMS% or %SELECTION% to fullfill this second variable?

%DIMS%=AUDITTRAIL, ENTITY, TIME ETC...

new Variable = AUDITTRAIL ?

I want them because i need to make two different SQL statements, one with SELECTION and one with the other.. (diffrent tables)

Thanks in advance!