Hi experts,
i am working on a BPM reporting dashboard based on VC. Therefore i tried to pass multiple values as input mapping into a custom reporting data source, which i have created in my BPM process. I have already described my scenaro in another discussion in detail:
Possibility to pass multiple dynamic values via Input Mapping?
I've now learned to use separators in a string to pass multiple values, which indeed works for data sources like BPM_MY_PROCESSES_DS. But whenever i try it on my own reporting data source, the following error message occurs:
Exception at BI Runtime: The operator OR is not supported by the data source
And in the log file i can see the following before the error message appears:
Query data source Plant_Report_140930135112846 with filter (PROCESS_ID EQUAL FB62D76D585011E4A7A50000103835D2 OR PROCESS_ID EQUAL 0DC9914C585111E4AC6A0000103835D2 OR PROCESS_ID EQUAL 131FD4E3585111E485190000103835D2)
Query data source Plant_Report_140930135112846 with filter ((PROCESS_ID = FB62D76D585011E4A7A50000103835D2 OR PROCESS_ID = 0DC9914C585111E4AC6A0000103835D2) OR PROCESS_ID = 131FD4E3585111E485190000103835D2)
So it seems like the Data Source translates the separator as an OR and throws the above exception.
Can anyone help me on this?
Thanks,
Maurice