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 gkittelson 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: Tiina
  • Order by date
  1. Tiina

    date ranges

    The version is 8.5. This is an area that the client has to fill in and since it can be blank, I wanted to be able for them to use 0's in order to keep the formula layout 0,0,0. It is part of much larger formula. Thanks again, Tiina
  2. Tiina

    date ranges

    How to get empty spaces if the date ranges are 0 datevar range daterange3 := date(0,0,0) to date(0,0,0); The system calculates these 0's as - -4714-12-31. THank you, TIina
  3. Tiina

    Static data within report - changed only once a year, used in Calculat

    Ok, Next question :) datevar range daterange1 := date(2005,01,01) to date(2005,02,28); datevar range daterange2 := date(2005,03,01) to date(2005,12,30); datevar range daterange3 := date(0,0,0) to date(0,0,0); numbervar percent := 50; numbervar amt := 12; Can I also create percent1, percent 2...
  4. Tiina

    Static data within report - changed only once a year, used in Calculat

    Hi LB: This doesn't work for some reason: numbervar percent; {table.price} * percent/100 What would the formula be for the amount? Thanks again, Tiina
  5. Tiina

    Static data within report - changed only once a year, used in Calculat

    It sounds really brilliant, I'll try it. Thank you kindly, Tiina
  6. Tiina

    Static data within report - changed only once a year, used in Calculat

    Sounds good, How do you use the formulas in the body to reference the variable. Such that would display the date range: From 2006-1-1 to 2006-4-30. Also, how would you use the numbervar percent within the other formula to calculate. Thank you.
  7. Tiina

    Static data within report - changed only once a year, used in Calculat

    Hello there, Trying to find out how to enter data such as : Date ranges (up to 3) % (up to 3) Amounts (more then 3) That would only be changed by the client once a year, but it's used for calculating other formulas in the report. Parameter fields have to be entered every time, is there a...

Part and Inventory Search

Back
Top