Hi,
i have a problem with sorting on DataBand, when I use Count function from other Databand.
I have databand "DataBandUchazec" and detail databand "DataBandUdaje".
In DataSource "PrijimaciRizeniUchazec" i have calculated column "SumaZnamek" that use Count function on databand "DataBandUdaje" (see the first attached image - "databand-sorting-calculated-column.png").
On DataSource "PrijimaciRizeniUchazec" i use sort by calculated column "SumaZnamek" (see the second attached image - "databand-sorting.png"), but sorting not working (see the third attached image - "databand-sorting-calculated-column.png").
What am I doing wrong?
In attachments i send MRT file and XML data.
I use Stimulsoft Report.Net version 2013.3.1800 and Stimulsoft Report.Web version 2014.1.1807.0.
Thanks, for help
Problem with sorting
Problem with sorting
- Attachments
-
- Řazení.xml
- (20.95 KiB) Downloaded 199 times
-
- Řazení.mrt
- (16.87 KiB) Downloaded 253 times
-
- databand-sorting-output.png (151.83 KiB) Viewed 2703 times
-
- databand-sorting.png (169.63 KiB) Viewed 2703 times
-
- databand-sorting-calculated-column.png (195.75 KiB) Viewed 2703 times
Re: Problem with sorting
Hello,
Unfortunatley, it is not possible to use the Calculated columns in sorting, filtering.
Thank you.
Unfortunatley, it is not possible to use the Calculated columns in sorting, filtering.
Thank you.
Re: Problem with sorting
Thanks for your answer.
Is there any other solution? For example do not use calculated column and use just expression in text field?
Thank you.
Is there any other solution? For example do not use calculated column and use just expression in text field?
Thank you.
Re: Problem with sorting
Hello,
In your report the CalculationMode property set as Interpretation. For this mode there is no solution with current data.
For Compilation mode you can use the following expression in the Sorting for DataBandUchazec band:
Totals.Count(DataBandUdaje)
Thank you.
In your report the CalculationMode property set as Interpretation. For this mode there is no solution with current data.
For Compilation mode you can use the following expression in the Sorting for DataBandUchazec band:
Totals.Count(DataBandUdaje)
Thank you.
- Attachments
-
- Capture.PNG (22.33 KiB) Viewed 2683 times
Re: Problem with sorting
OK,
Thank you.
Thank you.
Re: Problem with sorting
Hello,
Do not hesitate to contact us in case you have additional questions.
Thank you.
Do not hesitate to contact us in case you have additional questions.
Thank you.