Hello all,
I have a multiple value parameter coming in from a VB.NET app. I want to use it in my select formula for a CR 10 report.
For example the parameter (@cat) will be a string and contain something like: "A", "B", "C"
Then in the select expert formula in the report I have this:
I have teh @cat parameter as a string and allow multiple values. Though when I run the report it does work, it pulls up blank. I am wondering if my select formula is wrong?
It is coming from VB.NET okay, when I just display the string value in a label on the report I can see the "A", "B" and so on.
I have a multiple value parameter coming in from a VB.NET app. I want to use it in my select formula for a CR 10 report.
For example the parameter (@cat) will be a string and contain something like: "A", "B", "C"
Then in the select expert formula in the report I have this:
Code:
{IM_ITEM_MASTER_MC.Item_Category} like {?@cat}
I have teh @cat parameter as a string and allow multiple values. Though when I run the report it does work, it pulls up blank. I am wondering if my select formula is wrong?
It is coming from VB.NET okay, when I just display the string value in a label on the report I can see the "A", "B" and so on.