Gurus,
i have a calculation view (exposed via odata) with one input parameter and receiving one value which is working fine.
Now, I have another requirement on which I need to pass multiple values to the input parameter, similarly to an IN clause in SQL.
without the input parameter I am able to query based on Odata syntax. my question is.. .can this be accomplished via input parameter on the view?
thanks in advance