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 Wanet Telecoms Ltd 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. nathan4410

    Using Select Expert on a Summarized Field

    The nested formulas are as follows: {@MRP Amount w/zeros}=if IsNull({PK010033.MRPAMOUNT_I}) then 0 else {PK010033.MRPAMOUNT_I} {@Qty Issued w/ Zeros} = if IsNull({PK010033.QTY_ISSUED_I})then 0 else {PK010033.QTY_ISSUED_I} I'm not sure what else you need, these 3 values are all numeric for...
  2. nathan4410

    Using Select Expert on a Summarized Field

    Thanks for the help, first of all my version of Crystal Reports is 9.0 Developer version. The problem is I'm wanting to select specific values out of a summarized field and for instance I want to filter my report to show all values that are not equal to zero in the below formula. Sum ({@MRP...
  3. nathan4410

    Using Select Expert on a Summarized Field

    Is this possible??? I have a summary created such as a sum for a group of values and I need to use the select expert to not pull the zero values. Help...

Part and Inventory Search

Back
Top