Hello, I'm using
CR2016
Oracle 11.2
connection via ODBC
I'm trying to include a memo field in my report, but the following characters are being interpreted as question marks:
’ (alt+-146)
“ (alt+0147)
” (alt+0148)
– (alt+0150)
… (alt+0133)
I can replace the question marks using formulas...
Hello,
CR 2008
Oracle 11
Windows 7
I'm having problems with a selection formula not returning all of the entries I expect when I select based upon a formula field. Using the folowing selection formula:
{VW_CATALOGUE.ID_NUMBER} like {?Data}
where {?Data}= "2956/201*" returns three lines...
Hello,
CR2008
Oracle 11g
Using this FAQ I'e been trying to create a report that has repeating labels based upn a number field if an isnull condition is met. Here is my selection formula:
if isnull({VW_LOAN_ITEMS.ID_NUMBER})
then {VW_LOANS.TOTAL_ITEMS} >= {VW_CATALOGUE.MKEY} and
(select...
Hi,
I am running a report on string fields that contain Unicode combining characters. I'm having a problem getting certain characters to render correctly.
For instance, consider the Latin small letter g when combined with a combining macron below (U+0067;U+0331). Using the font DejaVu Sans...
Hi,
Using CRXI on an oracle database
I'm trying to figure out how to suppress my Group Footer 3 when it is the last section on a page. I've tried to do a running total by using
numbervar count:=count+1
in each group footer 3,2,1 and Page footer and resetting it in each page header but when I...
Hi,
I'm using CRXI to report on an Oracle 9i database.
I'd like to know if there is a way to suppress a field based upon whether or not a second field is suppressed.
For instance,
I have {field 1} that is suppressed if duplicated and I would like to set {field 2} to suppress if {field 1}...
Hello,
I am using CR XI to access and an oracle DB.
Is it possible to have a user select a parameter on which to run a report? What I have right now are two reports that are identical except for the parameter that is used to select records. I would like to amalgamate the two reports so...
Hello there,
I'm trying to figure out a way to remove a question mark from a string. I'm finding this hard because the question mark is a wildcard in formulas. Is there any way to get around this?
Thanks,
K
Hi there,
I am trying to rearrange a string field that is in the following format:
LastName, FirstName; LastName, FirstName; ...
Where there is no limit on the number of names.
To show:
FirstName LastName, FirstName LastName, ...
Is this possible?
Thanks for any help.
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.