Skip to main content
1-Visitor
February 14, 2019
Question

How to show default data in any widget when filter is not applied on list widget

  • February 14, 2019
  • 3 replies
  • 1489 views

Hi,

Can any one suggest on how to show the default data in widget when filter is not applied on List widget.

Here in my Mashup , Default it is showing no data in widgets . When it is selected on any item in list it is showing correctly. But I want to show all data default .

 

Thanks,

Susmitha.

 

 

3 replies

5-Regular Member
February 15, 2019

For the List widget you have which receives data from a service, it has a checkbox named AutoSelectFirstRow, it can focus on data in first row in infotable on mashup loaded;

 

If you're binding data source to a service, apply Service Trigger on Mashup Loaded, together with previous step you  can show data on the widgets.

Susmitha1-VisitorAuthor
1-Visitor
February 16, 2019

Hi,

We have enabled the AutoSelectFirstRow . We have written the service manually regarding what items should be there in list. So we have given ALL option in the list in order to get the default mashup . But it is showing empty page when loading ALL as first option . we want to get the default mashup first and based on selection in list the widgets should change.

 

 

 

5-Regular Member
February 19, 2019

What is the ALL option in the list you're referring to?