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 dencom 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: *

  • Users: SharenJ
  • Content: Threads
  • Order by date
  1. SharenJ

    Parameter drop down not available for an individual user

    I have a report which has a command added (departments which start with a specific letter) to limit the data into a drop down lists (Department Name cacading to the Position codes associated with the department selected) in the main report . This report has worked for months, but now the...
  2. SharenJ

    Displaying a shared stringvar from subreport to the main report

    I have setup a shared stringvar formula in a subreport: WhilePrintingRecords; shared stringVar Pension; if isnull ({@Pension}) then "N" else Pension := {@Pension} The @Pension formula above is: if {BENEFITS.ST_DATE}< date (2012,04,01) and {BENEFITS.START_CD} = "Y" then "Y" else "N" When the...
  3. SharenJ

    Summarizing Grouped Data

    I have a crystal 2008 report which pulls employee time hours. The report is grouped by employee then date. The daily hours are summaried. With a formula if {@Hour Type}= "SH" then {PAYIHIST.WORKEDHRS}/Sum ({PAYIHIST.WORKEDHRS}, {PAYIHIST.SHIFTDATE}, "daily") else 0 the sick hours are...

Part and Inventory Search

Back
Top