Hi,
Can anyone tell me the syntax to replace the tuple value with a prompt value.
I am using tuple([Items],[Qty],[Time])>0))
Here instead of items , I want to use the specific item from the prompt the user chooses.
Thanks,
Nithya
Quote from: nithya1224 on 11 May 2015 12:05:23 PM
Hi,
Can anyone tell me the syntax to replace the tuple value with a prompt value.
I am using tuple([Items],[Qty],[Time])>0))
Here instead of items , I want to use the specific item from the prompt the user chooses.
Thanks,
Nithya
How about
tuple([the level your Items member comes from] -> ?Your prompt parameter?,[Qty],[Time])
MF.