Hi,
I have an interactive report which is based on REST Data sources using GET call. I have a field in JSON format which is as the first screenshot attached below . I want this to be a multiselect LOV. The values which i want to fetch is the displayValue mentioned here. In Rest Source data profile , i am trying something like this in the selector : c_cr_write_off_codes.values[0].displayValue as attached in the second screenshot. But it's not pulling all the values .

Calling Column in Data Profile like this:

Is there any way to pull all the values together so that the display in the page would be like a multiselect field below:

Is there something that can be done to pull all the values like this for the page item when pulling the data from a REST data source?