Search found 20 matches

by trademark16
Mon Aug 08, 2011 3:54 pm
Forum: Stimulsoft Reports.Flex
Topic: Does Nested Grouping Work in Reports.Fx
Replies: 4
Views: 5966

Does Nested Grouping Work in Reports.Fx

I was originally using 4.26.2011. I upgraded to version 8.5.2011 today and it resolved this issue.

Thanks.
by trademark16
Fri Aug 05, 2011 4:27 pm
Forum: Stimulsoft Reports.Flex
Topic: Does Nested Grouping Work in Reports.Fx
Replies: 4
Views: 5966

Does Nested Grouping Work in Reports.Fx

<t>Are there any known issues with nested grouping in Reports.Fx? I am trying the following with no success:<br/> <br/> Group Header 1 (Salesman)<br/> Group Header (Customer)<br/> DataBand<br/> Group Footer (Should be cusomter summary)<br/> Group Footer (Should be saleman summary)<br/> <br/> And in ...
by trademark16
Fri Aug 05, 2011 8:07 am
Forum: Stimulsoft Reports.Flex
Topic: Conditional Summing in a Group
Replies: 4
Views: 2130

Conditional Summing in a Group

Sure, where can I email the files to? I prefer not to put company financial information on the web.
by trademark16
Wed Aug 03, 2011 8:14 pm
Forum: Stimulsoft Reports.Flex
Topic: Conditional Summing in a Group
Replies: 4
Views: 2130

Conditional Summing in a Group

<t>Is it possible to sum a column in the Group Footer based on a condition? The formula I tried is below:<br/> <br/> {IIF(AccrualExpense.RowType == "Accrual", Sum(AccrualExpense.JanAmt), 0)}<br/> <br/> What I want is if the row type = Accrual then use the amount ( in this case January amount), if no...
by trademark16
Tue Apr 26, 2011 11:35 pm
Forum: Stimulsoft Reports.Flex
Topic: Multiple Data Bands with in a Group
Replies: 4
Views: 14901

Multiple Data Bands with in a Group

<t>Does anyone know if it possible to have multiple data bands within a single group? I would like to do the following within a group:<br/> <br/> Have a salesperson group header, under that have a data bands listing X amount or rows from a target table, then a second data band for that same salesper...
by trademark16
Sat Apr 16, 2011 9:51 pm
Forum: Stimulsoft Reports.Flex
Topic: Data type fields / Sum function
Replies: 13
Views: 8903

Data type fields / Sum function

Did this issue ever get resolved? I too am using the regDataXML and when i try to sum a field within a group it is concatenating not summing. I am pulling my data in from an aspx page formatted to XML so i currently do not have the ability to add the "type" to my xml file.

Thanks.
by trademark16
Thu Dec 30, 2010 1:27 pm
Forum: Stimulsoft Reports.Flex
Topic: Flex Array as datasource
Replies: 10
Views: 8485

Flex Array as datasource

<t>How would I connect data to a report where I have multiple Data Sources? I tried this with no luck:<br/> <br/> report.loadReportFromString(documentString);<br/> report.dictionary.databases.clear();<br/> report.regDataXML("SalesPerson", "SalesPerson", xmlSp);<br/> report.regDataXML("Bookings", "Bo...
by trademark16
Thu Dec 30, 2010 10:39 am
Forum: Stimulsoft Reports.Flex
Topic: XML Schema Requirements
Replies: 6
Views: 4320

XML Schema Requirements

The utility you attached seemed to work. I must have had something incorrect in my original XSD file although they look pretty similar to me. Thanks.
by trademark16
Thu Dec 30, 2010 10:35 am
Forum: Stimulsoft Reports.Flex
Topic: Flex Array as datasource
Replies: 10
Views: 8485

Flex Array as datasource

<t>When using the regDataXML method it appears to work, almost. I can see my data on the report however, in front the loading window get stuck on Loading Images ( i currently have no images on report) and the progress bar continues to run. I can never access my report. Any Ideas? Below is my code.<b...
by trademark16
Thu Dec 23, 2010 9:48 pm
Forum: Stimulsoft Reports.Flex
Topic: XML Schema Requirements
Replies: 6
Views: 4320

XML Schema Requirements

<t>My XML data will be populated dynamically from the Flex application. My intention was to allow the users to create their own reports using the schema provided and have them place columns where they choose. Then from within flex populate and present data onto the .mrt file. Is this possible and am...