Population of Report Results in Constellation

Is there a way to populate the Report results in View only after giving some values to the promoted filters on the list view in constellation ?

I have tried using the Advanced Filter with Referencing Another field option but its not working. And also im not sure how the Referencing another filed option works here .

Any thoughts ?

@SrinivasanK8671

There seems to be no possibility of fetching the filters dynamically and displaying the list of records as NULL initially. The promoted filters allow you to filter out the records that are fetched from the Data Page. If there are no promoted filters applied, the list will be of initial results from the data page.
If you want to achieve this requirement, you can make use of custom DX components.

Hi @SrinivasanK8671, In Constellation, using DXAPI might be necessary to achieve more advanced filtering functionality, such as controlling when report data is populated based on filter inputs. The default filter options may not fully address scenarios where data should only load after specific filters are applied.

@SrinivasanK8671

By default, it will display all the records based on your data page. We don’t have a configuration to enforce the search upfront, and referencing fields can’t be configured in Promoted filters.

Are there any performance issues during the initial load?