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 derfloh 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 viknass

  1. viknass

    Need to show result of the formula in one line

    Hi, this is formulas that I use //reset in a group header whileprintingrecords; stringvar uofm1:="" ; stringvar uofm2:=""; stringvar uofm3:=""; stringvar uofm4:=""; stringvar uofm5:=""; numbervar price1:=0; numbervar price2:=0; numbervar price3:=0; numbervar price4:=0; numbervar price5:=0...
  2. viknass

    Need to show result of the formula in one line

    Stringvar worked ok! Thank you! But I was asked to show each value separately what I've done. Now got the other issue : uofm1 price1 uofm2 price2 each 50 box50 250 box100 100 each 1 Is there a way to show second line from low to high? Minimum...
  3. viknass

    Need to show result of the formula in one line

    Yes right, I wouldn't. I have "price1" for that. Thanks.But formula doesn't work with numbervar. I've got a message that "number,currency, date or date time is required here" and " " area is highlighted. I provide a bit more details of what I need I have : item# uofm uofm_price...
  4. viknass

    Need to show result of the formula in one line

    I have to show multiple numbervar and stringvar in one row for group total line I have formula that works fine for stringvar : _______________________ whileprintingrecords; stringvar uofm1; if {SOP30300.ITEMNMBR} <> previous({SOP30300.ITEMNMBR}) then uofm1 := {IV00108.UOFM} else (...

Part and Inventory Search

Back
Top