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

    Convert String to DateValue

    I have a field {sortdate} that is actually a date but is formatted in the database as a string. So the text coming into Crystal (8.5)looks like "M/D/YYYY", including the slashes. The Date formula needs the string to be "YYYY,MM,DD" to work, right? The only way I can think of to convert this back...
  2. rhper14

    Finding Crystal formatting syntax

    You are awesome...I can't believe I never noticed that before. How could I have missed that? Thank you!
  3. rhper14

    Finding Crystal formatting syntax

    Anybody know where I can find/buy a list of formatting syntax? lbass helped me out today with "crLeftAligned" & "crCenteredHorizontally". And I know about some of the font formatting, eg. crbold, critalic, crred, crblue, etc. I like to write conditional formulae to format fields, but I can't...
  4. rhper14

    Conditional Formula for Horizontal Alignment

    What is the crystal syntax I would use if I wanted to conditionally apply horizontal alignment to a particular field (ie. right-click, format field, horizontal alignment under common) if {field1} = true then *want to left align here else *want to center align here
  5. rhper14

    paragraph mark in a formula

    In Crystal 8.5, how can I write a formula to insert a paragraph mark/return between two strings. I am doing FIELD1 + FIELD2 and I want it to print as "FIELD1 might say something FIELD2 continues here" versus "FIELD1 might say something FIELD2 continues here" I have Can...
  6. rhper14

    Suppress a Subreport with a Shared Variable

    good point...will do that in the future. Not sure I understand what I should do after adding CHARTCOSIG into the main report. Main report has CHARTING with (1) an equal join to PRACTITIONER via PractID and (2) an equal join to CHARTCOSIG via ChartID. The subreport has CHARTCOSIG equal...
  7. rhper14

    Suppress a Subreport with a Shared Variable

    REMill, Unfortunately, the report is a little more complicated than what I had described. It's really an audit report to see if the note was cosigned by someone from the correct area (eg. 1st floor vs 2nd floor, Physical vs. Occupational Therapy, etc.). I had to use a subreport (I think)...
  8. rhper14

    Suppress a Subreport with a Shared Variable

    Thanks for the suggestions, but I've already got all of those things going on already. The subreport isn't creating my blank lines (since everything in it is suppressed), it's the fact that in the main report, the subreport is taking up space in the GH. So no matter how small I shrink the GH...
  9. rhper14

    Suppress a Subreport with a Shared Variable

    I am using a subreport (in group header 2) to generate a shared var that conditionally suppresses the details in the main report. I don't want to see the data in the subreport. But if I suppress GH2, I don't get any data from the shared var. My workaround was to suppress everything within the...
  10. rhper14

    Format Editor - Formula for Font

    I'm using CR8 and I'm formatting a formula field...it works great. THANKS. scott
  11. rhper14

    Format Editor - Formula for Font

    I want to use the Format Editor to write a conditional formula to change the Font...ie. if {field}=true, then Arial (Western), else Times New Roman (Western). How do I do this? I can write formulae to change Font Style/Color, but I can't figure out how to change the actual font.
  12. rhper14

    title page for the start of each group

    Thanks...works great. Now the problem I have is that part of my page footer is based on the details section of the group...it's pulling a formula field generated with data in details. So I'd like to suppress that formula field when it's the page footer for the title page and print when it's...
  13. rhper14

    title page for the start of each group

    If I have a report that is grouping by floors of a building, how can I print a blank page before each group/floor to separate them. Or better yet, instead of a blank page, make it like a title page, ie. "Data for Floor 1", "Data for Floor 2", etc. I've already got it to do...
  14. rhper14

    Sorting Parameter Values

    Thanks for the tip!!! We're using CR 8.5 and the arrows worked perfectly...I always wondered what those up/down arrows were for.
  15. rhper14

    Sorting Parameter Values

    I have a report with 5 parameters. How can I change the order that the Parameter Values prompts are listed when I go to print preview?

Part and Inventory Search

Back
Top