Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. madcrystal

    Upgrading from CR 2008 to CR 2011

    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?
  2. madcrystal

    Working With Images

    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...
  3. madcrystal

    Compare Each Record to Records

    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...
  4. madcrystal

    Create a New Special Field

    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.
  5. madcrystal

    This/Me Keyword

    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...
  6. madcrystal

    Merge Identical Items After URLDecode()

    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...
  7. madcrystal

    Merge Identical Items After URLDecode()

    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!

Part and Inventory Search

Back
Top