Has anyone had any hands on experience with CR 2011 from a design perspective? They claim "pixel perfect" which is what I need - but is it actually better than 2008? Any comments on font support/rendering?
I'm having much trouble understanding how Crystal works with images. Much like everything else, there seems to be intuition and then what Crystal developers decided to implement.
I'm trying to simply add a header image to a document. In Photoshop, I constructed a 8.5 inch by 1.5 inch header...
I have a union that pulls in data that looks like this:
a 1 2 0 0
b 1 2 0 0
c 1 2 0 0
a_a 0 0 1 2
b_b 0 0 1 2
c_c 0 0 1 2
What I'm trying to do is match each dimension with it's corresponding dimension and return the...
Is it possible? Alternatively, a formula field that's persistant throughout the main and sub reports? I'm looking to calculate the previous month from the current date and not have to re-create again and again. The formula is not reliant on query data.
I'm trying to change the font color based on the value. There are about 40 places on the page I have to do this, and I'd prefer not to specify the report field each time. Instead, I'm trying to create something Copy/Paste-able like this:
if {Me} >= 0 Then crGreen
Else crRed
Logically, you're...
Hi LB, thanks for the reply. I gave it a whirl and got barked at with the following when setting up the initial formula:
"An array is required here."
@decodedstring is (or is acting like..) an array when I drag it into the report. The content of the formula is simply...
I'm pulling data where some (but not all) is URL encoded. For instance:
20 - Hello World
30 - Hello%20World
Running URLDecode on the incoming data results in:
20 - Hello World
30 - Hello World
Whereas I'm looking for the data to look like this:
50 - Hello World
Thanks, anyone!
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.