Turntwo
Turntwo
About
- Username
- Turntwo
- Location
- Folsom, CA
- Joined
- Visits
- 0
- Last Active
- Roles
- Members
Comments
-
Flavio wrote: » Hi. Is it possible to add another total to a matrix? I need to show the sum of values of a column, and the average of values at same time. I'd like to do this also - a little disappointed that you have no response after o…
-
I'd like to know if someone has a way to do this also. I've just been using numeric months instead, so they sort right (e.g. instead of Jan - 14, I format it to 2014-01).
-
liu wrote: » hi, how can i using group with Matrix table? That's a pretty vague question, you are more likely to get a good answer if you provide some more details about what you are doing. However - I have had success in creating Group…
-
Check out this topic for some help. http://www.fast-report.com/en/forum/index....64&hl=array
-
Tested with latest code (2013.1.9), and while the ReportDone property is available now, my reports were still not showing in the WebReportViewer. I did finally get them to show - by changing from the OnStartReport event to the OnLoad event to loa…
-
Actually - tested this with the latest version, and the Frames=None option no longer blows up and appears to remove the extra space. Sweet!
-
Thanks for the information. Doesn't really help when the user is doing the export, since we can't really code around that to remove the extra spaces. Guess we'll have to work around it as best we can, maybe provide a program the user can run over …
-
Is there a way to make this work with Nested Groups. I have a report with the following format GH GH DATA GF GF (want chart here) However, the chart on the second GroupFooter only picks up data from the last of the inner Group (So, if group…
-
Just updated from 1.7.13 to 1.8.6 and ran a quick test - seems to be working now. Thanks, Jason
-
Any luck getting this fixed? I've run into this problem again with another report I'm trying to create.
-
Can I request copying of Total fields as a feature in a future release? It would make reports with multiple summary levels so much easier to write. Several of my customers have requested this feature (Just had another request tonight). Thanks, …
-
OK - kinda figured it out on my own (posting here for others who have similar requirements). Using Matrix1.Data.AddValues(), I could add columns of blank values. I wanted to add columns of 0.00 values, but the ManualBuild didn't have the calcula…
-
Thanks - that is helpful. I've managed to get the Matrix to extend the width of the screen now. I tried adding columns, and the columns are included (the Columns.Count is higher), but the Columns don't display. What do I have to set to get the …
-
Worked beautifully - thanks. And no script code needed, even better. AlexTZ wrote: » Hello, You may do the following: - add a footer to your data band (or, use a group footer if the databand has a group); - set the footer's RepeatOnEveryP…
-
Of course, if you combine all the data into one big table, you can use grouping to create the Master/Detail/Subdetail type report anyway.
-
Awesome. I really appreciate your quick response.
-
I've tested this on 2 systems: 1. Win7 w/ Outlook 2010 TP. 2. WinXP w/ Outlook 2007. In both cases clicking on the Email button w/ MAPI setup asks to saves to a file, and never opens the email client. It behaves exactly as the Export button be…
-
I checked the Demo app, and you are right, it works as you described. However, my project still doesn't. I did some further testing, and it appears to be related to the use of the e.Data property. I am loading this with a business object used to …
-
Actually, when I handle CustomSaveDialog in my code, it is called whether I choose Save or Save As... So my dialog displays for both.