Hello,
I use CR delivered in Visual Studio 2005.
I have two questions on the format of bar charts (see attachment):
- Is it possible to customize the appearance of Group Labels, to expand the length of the text
- When data is requested 'Show as a percentage of', what is the right format for...
Hello,
In a crosstab, how do I change the background color of a field based on another field.
For example: Table(Year, Label, Value, State)
The crosstab is: Column=Year, Row=Label, Field=Value
2008 2009 2010
Label1 val1 val2 val3
Label2 val4 val5 val6
The formula on the field...
Hello,
Is it possible to adjust the height of a chart (horizontal bar) depending on the number of rows (groups) that will be drawn ?
(Crystal Report 10)
Thanks
Gus
Hello,
In a crosstab with a single column (Year) and multi Summarized Fields (for example : # Dogs and # Cats), is it possible to suppress a line when the values for each year is Null (or Zero).
With this data :
Year Dogs Cats
2008 5 Null
2009 2 Null
2010 3 Null
crosstab =
2008 2009...
Hello,
I have a report with 2 tables :
Ta --> fields (ANNEE, Fa1, Fa2)
Tb --> fields (ANNEE, Fb1, Fb2)
Link = Ta.ANNEE --> tb.ANNEE Left Outer Join
and this formula for knowing if there is 0 record in table Tb :
If IsNull({Tb.ANNEE}) Then
0
Else
{Tb.ANNEE}
But when there is no record in...
Is there a way to replace a running total, to show the total in the groupHeader ?
Group Section
Group1
Group2
Group3
Total = summarize fld1
evaluate : on change of group Group3
Reset : on change of group Group2
Thanks for help !
Hello,
I may be missing something?
In this faq :
http://www.tek-tips.com/faqs.cfm?fid=2323
I see:
"To summarize second-pass formulas, create running totals using variables and the WhilePrintingRecords function."
But the following formula @f1 can not be selected for RunningTotal [CR for...
Hello,
Is there a simple way to compare the sum of a field with the sum of the same field the previous group (like previous() on a simple record) ?
Ex:
group fld1
2006 100
2006 110
2006 120
2007 200
2007 210
-> Sum (fld1, 2007) - sum (fld1, 2006) = (100 +110 +120) - (200 + 210)...
Hi,
Does anybody know how to display a number preceded by the + sign if positive? and that this number does not become a string, not : '+' & {MyNumber}
eg: + 26
Thank you for your help
Hello,
Have you any idea how to number the pages of a report by starting with 1 at each change of group and also indicating the number of pages for the group.
For example: Page x of n
Either Invoice No. 1:
Page 1 of 3
Page 2 of 3
Page 3 of 3
Either Invoice No. 2:
Page 1...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.