In a BAQ you can use the IN container list, and insert a list of whatever, in my case Order Numbers. I would like to have this in the Dashboard where the end user can insert the list of order numbers. SI this possible? If so, how do I do this?
In the BAQ create a Parameter (Actions > Define Parameters) integer type and a Editor Type of ‘Item List’. Then create a criteria where OrderNum IN specified list parameter
Click on specified list and select the parameter created above.
Analyze and Test and you will get a paramters box that you can enter in Order Numbers.
When you add this BAQ to a Dashboard the same box comes up when you refresh to enter in order numbers.
Also see KB0108822
https://epicorcs.service-now.com/epiccare?id=epiccare_kb_article&sys_id=KB0108822
I tried that and it only let me do one order at a time and not multiple orderNum. I’ll read the article and see what, if anything, I did wrong.
In the dashboard it should come up like this. Then you can enter in order numbers, for example this will filter and only display orders 5000, 5001, 5002, 5003
True, you are correct. I am wanting to Paste Inert a list of order numbers, not type them one at a time.