How can i filter a nested datalist based on data range of the main list

Confluence User - 13 Dec, 2018

Hi,

I have a datalist showing resellers and a nested datalist showing sales made by agents of the resellers.

The nested datalist has the following columns,

  1. Date
  2. agent name
  3. Value of sales.

The requirement is to show only resellers with sales within the date range and also filter the nested datalist according to the data range.

Using the hash variable #requestParam.Key# with the date range filter in the URL request parameters for nested datalist doesn't help.

Any ideas how this can be achieved.

Thanks

Chiek

datalists;filtering;nested-datalist;date-range

2


14 Dec, 2018
confluenceUser
confluenceUser

Hi, do you mean to filter the nested datalist dynamically without reloading the page? If so then you would need to use some sort of custom client-side JavaScript. I do not believe there is built-in support for a datalist, but if you are using a dropdown then you can use Ajax Cascading Drop-Down List

 

26 Dec, 2018
confluenceUser
confluenceUser

Hi Anders, The data list showing the resellers is a crud on the userview menu and has a date range filter, however, the filter does not effect the nested data list. Any ideas? Thanks

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print