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

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

    split function results in null value

    Hi All, I'm using Crystal 10 When the report is run, the following error is received against the formula below; error: A subscript must be between 1 and the size of the array. formula: if ubound(split({tableA.fieldA},"\"[7])) > 0 then split({tableA.fieldA},"\")[7] else "" Here is a few...
  2. char473

    Using Report footer formula in group

    I am using Crystal 10 I have the following formula in the report footer numbervar percentofcommon; numbervar percentofcommon := ({@printfloorcommon} / {#RTotal1}); numbevar percentofcommon This formula yields a percentage that need to use in a formula that is placed in a previous group header...
  3. char473

    conditioning data with if then else

    Hi, this is my first posting...be gentle. I'm having difficulties getting my report to select from the multiple details records from a secondary table. Here's an example of the table layout table1 table2 ID1 detaila detailb...

Part and Inventory Search

Back
Top