Drill down from grid to another using SAIL

Is it possible to drill down from a Tempo report (Grid) to a more detailed Tempo report (Grid again) in a similar way to the drilldown feature in legacy reports? Is this available on Appian 7.4?...

OriginalPostID-105515

OriginalPostID-105515

  Discussion posts and replies are publicly visible

Parents
  • Hi, you need to use link attribute of GridTextColumn for showing links that user can click on a particular column values. There are many approaches in which you can show drilldown reports. One simple way is to store a value in to a variable when user click on a link configured in the above manner. Using this variable value, you can actually show or hide the second grid (eventually hiding first grid when the second one is shown!). But when you require multiple levels of drilldowns you have to adopt a generic logic that will allow you to drilldown any number of levels.
Reply
  • Hi, you need to use link attribute of GridTextColumn for showing links that user can click on a particular column values. There are many approaches in which you can show drilldown reports. One simple way is to store a value in to a variable when user click on a link configured in the above manner. Using this variable value, you can actually show or hide the second grid (eventually hiding first grid when the second one is shown!). But when you require multiple levels of drilldowns you have to adopt a generic logic that will allow you to drilldown any number of levels.
Children
No Data