Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago

Need help with drillthrough

 

The late column in the data source can be either 1 or 0, 

 

I want to know if its possible to drillthrough on the summarized values in the matrix and have the child page show only the records for which late = 1. 

 

9 Replies

  • Hi there,

     

    I am not sure you can achieve this with the drilldown alone. However, you can make a filter for the field "Late" and filter that filter for a value of "1" when drilling down the table.

     

    The filter can either be implemented on the righthand side panel, or as a slicer in the report itself. If it is a slicer, you can make it impact only that table and no other visuals.

    • parry2k's avatar
      parry2k
      Super User

      Anonymous seems like you want to drill thru to another page (let's call it detail page) and you want detail page to be fitered only where value is 1, in this case you can set page level filter for detail page and once you drill thru into this page from main page, it will only show records where value  is 1

      • Anonymous's avatar
        Anonymous
        Not applicable

        That won't solve the problem. The detail page should show all records unless I drillthrough. For example if I were to drillthrough on delivered, it should show me all the records that have the given origin. 

  • Anonymous's avatar
    Anonymous
    Not applicable

    I got it working, but I needed to change my TSQL Query, and split the one table into multiple. Its not ideal, but it works.