Hello,
I have a report with numeric data ranging from 2007-2008. I want to insert a line chart which displays two lines: 1 for 2007 and 1 line for 2008.(In order to compare both years). Using the default chart settings, I get one long line that spans 2007-2008, and am not sure how to insert a...
I have a text object in a report footer which is not displaying/showing.
What could be suppressing it from displaying. What can I check for this?
Thank You,
Marco
Crystal Reports 10
Win XP
Thank You, this is functioning well..
Question - how does it work?
formula:
If {?ParamName} <> 'All' then {FieldName} = {?ParamName} else true
How does Crystal know to include everything when 'All' is selected.
I have a report which I have a parameter that allows the user to select 1 or more customer names upon report launch.
I need to give the option to the user to 'Select All' or perhaps bypass the parameter altogether as so the report shows all available customer names.
Theoretically, they can...
I have a spreadsheet that I want to add a daily count to.
i.e. – I want a count of the entries I add to the spreadsheet on a per-day basis.
I have a date column, which I can run a subtotal by each change in day and I get the intended result, however I need to do to that every day to refresh...
When I make changes to a report, I am looking for a way to add notes or comments on what change I did, when I did it, etc.– These would be non-viewable to the user of course. Does Crystal have some sort of functionality for this?
Thank You,
Marco sanchez
Crystal 10
WinXP
MS SQL
The formula which is giving an incorrect value is called: @PendingAmort(currency)
This formula multiplies 2 other formulas and contains:
{@pending days} * {@Per Diem}
{@pending days} contains:
{tb005_Amortization.MaturityDate} - {tb002_DateIni.Today_Run_D}
{@Per Diem} contains...
Update:
The value in field {@Per Diem} comes from a formula with dates, and I am thinking the issue can be here. Is there a way to convert this/affirm that the value from this field is acting as a standard number.
Goodmorning all, I have the following situation:
I have a formula that multiplies 2 other formulas:
{@pending days} * {@Per Diem}
The issue is that the value that is produced from that mulitplication is off - typically by 1 -2 dollars. I have checked the rounding and other formatting.
The...
Thank you all,
I have edited the line in my formula and it appears as below in selection formula:
({tb001_LCRNegociation.BASTS} <> "A" and
{tb001_LCRNegociation.FLCSTS} = "A" and
{tb002_LCRMasterFinal.FLCSTS} = "O" and
{tb001_LCRNegociation.TypeOfNeg} = 2 and
not...
Hello
Need to translate the below SQL statement into crystal friendly terms. This will be for a select statement:
{tb001_LCRNegociation.PresentAmount} <> Is Not Null
I have tried to copy/pasted the above, but it returns an error.
Was thinking of using
{tb001_LCRNegociation.PresentAmount}...
Need assisatnce in using an OR statement.
I have the below formula in my report and am receiving an 'boolean is required' error.
if {tb005_CollateralbyCust.CollateralID} = 48 or 67 or 65 then {tb002_LCRMasterFinal.ActualAmount}
Inquiring as to the proper way to construct this formula...
I used shared variables as you suggested.
I needed to pass a totals value from my subreport to the main repoort, and add them both for a grand total.
The subreport is in my 'container report' footer.
I added the following formula was added to the subreport:
WhilePrintingRecords;
Shared...
Goodafternoon to all,
I have a report which contains a subreport. I want to add figures from the subreport and main report for a grand total figure. Is that possible considering, they are actually 2 seperate reports.
Crystal 10
Win XP
Thank You,
Marco
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.