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

    Null Shared Variables

    Hi I’ve come across a very strange problem. I have a main report that is grouped per contract manager > contract number and shows the summarised amount of actual hours worked on each contract by the engineers. I have inserted within the main report at contract group level and declared a...
  2. ajstickland

    Date Parameters

    Hi I’m using Crystal XI. I have a main report that a user selects a date range via two date parameters (end and start) and a different report which I will be using as a sub report that is based on weekly data (this cannot be changed). For these to match up I need to change the to and from...
  3. ajstickland

    Date Parameters

    Hi I’m using Crystal XI. I have a main report that a user selects a date range via two date parameters (end and start) and a different report which I will be using as a sub report that is based on weekly data (this cannot be changed). For these to match up I need to change the to and from...
  4. ajstickland

    Remove a decimal E.g. 0.56 = 56

    Hi I have been looking all over Cyrstal help and internet to find the solution to this problem: I need to remove decimals from the value in a variable so that I can use the below code to convert minutes into hours: If HourRem <> 00 then 1/(60/HourRem); For example 0.30 = 1/(60/HourRem = 30)...
  5. ajstickland

    Tables with mulitplie join types on smae fields

    Hi One of our programmers has recently left the company. I have been asked to update a report he did. However I have found that he extracted the information by creating a program that then fed the information into Crystal Reports XI as a temporary database linking to other tabes within the...

Part and Inventory Search

Back
Top