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 Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by mke1981

  1. mke1981

    Summary of a formula

    Hi thanks for your advice, the formula for @blends is Shared numbervar NAME; (which has been passed from the main report) and the formula for @KG is {BomStructure.QtyPer} * {@blend} all i am trying to do is sum the @KG and pass that value to the main report. thanks again for your help
  2. mke1981

    Summary of a formula

    Sorry i dont understand, do you mean replace my formula for @KG with Whileprintingrecords;shared numbervar blends; //your value from the main reportshared numbervar sumbl := sumbl + (blends*{table.qtyper});
  3. mke1981

    Summary of a formula

    Hi thanks for your very quick responce, the summarise is on the sub report. however the @blends field i have just placed in the header of the sub report and suppressed this. i will want to pass this summary back to the main report
  4. mke1981

    Summary of a formula

    Hi All, I have a crystal 11 report that passes a value (as a number) to a sub report. in the sub report i have then created a formula(@KG) that uses this value to make a calculation EG the value passed is 100 (called "@blends") this is then multiplied by a field on my report called QtyPer. (5)...

Part and Inventory Search

Back
Top