Search found 12 matches

by KFR
Thu Jun 01, 2023 9:38 am
Forum: Stimulsoft Reports.WEB
Topic: Filter Trees?
Replies: 1
Views: 502

Filter Trees?

I am creating a report with a filter on a data band. Is there any way to build a filter tree with a mix of AND and ORs WITHOUT using expressions? E.g. I want to filter: (field1 == "value" OR field1 == "value2") AND field2 = "othervalue" but the stimulsoft filter tree on...
by KFR
Fri May 19, 2023 7:42 am
Forum: Stimulsoft Reports.WEB
Topic: Stacked chart based on sub grouped data.
Replies: 5
Views: 680

Re: Stacked chart based on sub grouped data.

Perfect, thank you. I knew there had to be an option I was missing, but I couldn't find any documentation explaining it.
by KFR
Wed May 17, 2023 8:32 am
Forum: Stimulsoft Reports.WEB
Topic: Stacked chart based on sub grouped data.
Replies: 5
Views: 680

Re: Stacked chart based on sub grouped data.

I have attached an excel example of the chart I am trying to achieve. The data in the spreadsheet basically represents the result of my data transformation.
by KFR
Tue May 16, 2023 9:53 am
Forum: Stimulsoft Reports.WEB
Topic: Stacked chart based on sub grouped data.
Replies: 5
Views: 680

Stacked chart based on sub grouped data.

I have a data translation that has 2 levels of grouping. How can I turn this into a stacked chart? E.g. My data looks like this after grouping it on Field1 and the Field2: Field1 | Field2 | Total Value1| ValueA| 1 Value1| ValueB| 3 Value2| ValueA| 3 Value2| ValueB| 2 Value3| ValueA| 4 I want to turn...
by KFR
Tue Oct 18, 2022 11:25 am
Forum: Stimulsoft Reports.NET
Topic: A bug with can grow wordwrapped labels
Replies: 1
Views: 297

A bug with can grow wordwrapped labels

I have noticed a bug in labels with constant values that are set to wordwrap and can grow. This appears to be in all recent versions of the designer. If you create a constant label with a string value just long enough to fit on one line in the label. Set it to word wrap and 'can grow' to true. Then ...
by KFR
Thu May 12, 2022 1:06 pm
Forum: Stimulsoft Reports.WEB
Topic: Appearance conditions on cross tab column headers
Replies: 1
Views: 438

Appearance conditions on cross tab column headers

I have recently tried to update to a much newer version of Stimulsoft reporting. Most reports are absolutely fine, but appearance conditions on cross tab column headers no longer seem to work. I have upgraded to the very latest, but they appear to be broken since 2019.4.2. Essentially we have a seco...
by KFR
Thu May 13, 2021 9:22 am
Forum: Stimulsoft Reports.NET
Topic: ProcessCellEvent
Replies: 1
Views: 1870

ProcessCellEvent

I am trying to find this event in the designer and having no luck. I have been told that its the best way to customise the totalling in a cross tab, but I cannot see this event anywhere in the designer. Can anyone help?
by KFR
Fri Dec 04, 2020 5:14 pm
Forum: Stimulsoft Reports.WEB
Topic: Empty collections in JSON datasource
Replies: 1
Views: 711

Empty collections in JSON datasource

When I have an empty collection in my JSON data source, the report engine just ignores it and thus any sections in the report based on it fail leaving an empty report. For example, if I have a master/child report showing a User with a list favourite page details below. If the user I export to the re...
by KFR
Mon Apr 20, 2020 2:08 pm
Forum: Stimulsoft Reports.NET
Topic: Convert from JSON to XML template format
Replies: 1
Views: 1265

Convert from JSON to XML template format

I have a report in JSON format that I need converted to the XML format of template. Is this possible?
by KFR
Wed Nov 13, 2019 3:02 pm
Forum: Stimulsoft Reports.NET
Topic: Best way to group using sql
Replies: 7
Views: 2620

Re: Best way to group using sql

But if we have more than one layer of grouping that's not going to work. For instance: Group 1 Group2 Totals With report grouping would be: A1 B1 total B2 total A2 B1 total etc. But if I just used the data band and grouped in sql I would end up with: A1 B1 Total A1 B2 Total So I would still need to ...