Drill-Down Report Displays Pre-Drill Order Data Instead of Current Order Data

Stimulsoft Reports.NET discussion
Post Reply
alirezamoosavinia
Posts: 2
Joined: Tue Apr 04, 2023 1:02 pm

Drill-Down Report Displays Pre-Drill Order Data Instead of Current Order Data

Post by alirezamoosavinia »

hi
I have a report with three layers. In the second layer, I have a data band similar to this:

row | Supplier
1 | A
2 | B
3 | C

When I change the order of the data band, for example, like this:

row | Supplier
1 | C
2 | B
3 | A

The information that is sent to the next layer after the drill is the information before the order change. If I click on C, the information for A is displayed in the next layer.

The attached file is an example of this.

Do you have any solution to solve this problem ?
Attachments
ListOfProducts.mrt
(206.59 KiB) Downloaded 54 times
Lech Kulikowski
Posts: 6198
Joined: Tue Mar 20, 2018 5:34 am

Re: Drill-Down Report Displays Pre-Drill Order Data Instead of Current Order Data

Post by Lech Kulikowski »

Hello,

Unfortunately, at the current moment, there are no ways to use drill-down parameters in the second nested drill-down reports.

Thank you.
alirezamoosavinia
Posts: 2
Joined: Tue Apr 04, 2023 1:02 pm

Re: Drill-Down Report Displays Pre-Drill Order Data Instead of Current Order Data

Post by alirezamoosavinia »

Hi
Thank you for responding.
Now the parameter is being passed to the second nested drill-down report and if the user does not change the sort, it works properly.
I think maybe it's related to the cache, and by disabling it, sending the parameter to the next layer can be done correctly. Can the cache be disabled, or is it not related to this?
Lech Kulikowski
Posts: 6198
Joined: Tue Mar 20, 2018 5:34 am

Re: Drill-Down Report Displays Pre-Drill Order Data Instead of Current Order Data

Post by Lech Kulikowski »

Hello,

The cache has no effect on it.

Thank you.
Post Reply