You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 18, 2026. It is now read-only.
I am facing a new challenge while using RSAPInvoke.
I want to pass multiple parameters filter with it. The code works fine with single parameters, but not with multiple parameters.
Now I want to pass multiple filter for W_MATKL like 'APTC' and 'GATC'. Now the result I am getting for 'GATC' only, or 'APTC' only if I put it second position.
Hi Piers,
I am facing a new challenge while using RSAPInvoke.
I want to pass multiple parameters filter with it. The code works fine with single parameters, but not with multiple parameters.
Now I want to pass multiple filter for W_MATKL like 'APTC' and 'GATC'. Now the result I am getting for 'GATC' only, or 'APTC' only if I put it second position.
parms <- list(W_SDATE = '20181101', W_EDATE = '20181129', W_MATKL = c('APTC','GATC'))I did it by running the code twice with changing the filter parameter, but I want to do it at a single go.
Please help how to do it.
Regards,
Sumanta Das