cancel
Showing results for 
Search instead for 
Did you mean: 

Dynamically Pass a list as input parameter to a Graphical Clac View

Former Member
0 Kudos

Hi All,

Can anyone please let me know if it is possible to pass a list of comma separated values as an input parameter to a graphical calculation view and how this list can be parsed inside the view?

The requirement is to invoke the graphical view using sql script.

Thanks,

Goutham

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member182302
Active Contributor
0 Kudos

Hi Goutham,

Have a look on these documents:

Regards,

Krishna Tangudu

Former Member
0 Kudos

Hi Krishna,

I have created a simple graphical calculation view as specified in the blog to accept multiple column values as an input parameter.

Attached files shows how the filter and input parameters are specified.

The view is not returning any data even though there is data corresponding to the column values in the underlying table.

Could you please let me know if I am missing anything here?

Thanks,

Goutham

former_member182302
Active Contributor
0 Kudos

It must be the Integer, Can you convert the integer to char and check if it works?

Regards,

Krishna Tangudu