hai,
can we have two text prompts working in datamanger packages.
i had a issue that i have the two text prompts in datamanager packages and it showing that the thing is when i ran the package it is taking only the last text prompt and leaving the first text prompt,
can any one help me out.
PROMPT( TEXT,%SRCCAT%,"ENTER THE SOURCE CATEGORY", , "")
PROMPT( TEXT,%DESCAT%,"ENTER THE DESTINATION CATEGORY", , "")
TASK(EXECUTE FORMULAS,FORMULASCRIPT,"CATEGORY = %SRCCAT%")
TASK(EXECUTE FORMULAS,FORMULASCRIPT,"CATEGORY = %DESCAT%")
thanks,
Rajesh