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 strongm 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 ricolame

  1. ricolame

    Weekly Function ?

    Hi thanks. Hm, i was thinking of the Week No of the Year to manipulate too. I might need to be more elaborate on this. Sorry for the missed out details. In fact i am extending on my current report that summarized order backlog figures into various period buckets ie (PastDued, Current Month...
  2. ricolame

    Weekly Function ?

    Hi folks, Need some expertise on this. Have anyone done a report that actually breakdown by Weekly of the month. Ie. 1st Week , 2nd Week , 3rd Week and 4th Week of the month? I am trying to window our orders backlog into this 'window' period. I've done a similar one on monthly view ie for...
  3. ricolame

    GRAPH/Report footer appearing at the start of LAST PAGE

    Oh my, can't imagine i missed that simple option...after playing so much on the other configurations.. Thanks alot. It makes my day! With regards, CR10 Win2k SQLBase 7.6.1
  4. ricolame

    GRAPH/Report footer appearing at the start of LAST PAGE

    Hi folks, I am trying to automate my report delivery, and am trying to achieve my footer section of my report to appear at the start of the last page. It is a summary section of shared variables from my numerous subreports in fact. May i know how is it achievable such that my report section...
  5. ricolame

    Fuzzy Search Parameter Function

    hi folks, in fact this is an extension i'm trying to do. Having my report returns multiple wildcard searches. I have a formula similar to below: (If {PART.ID}<>'ALL' then UpperCase({PART.ID}) like "*" & UpperCase({?PartID}) & "*" else {PART.ID}<>"") Now, my PartID input parameter...
  6. ricolame

    Fuzzy Search Parameter Function

    Hi dgilz, Thanks. I was thinking on both the questions you raised. In fact, the answer is still A and B. Yes, it is a report to print based on this keyword input? and yes, the report is to print customer name (in fact it is a shipment report i'm doing which i wish to pull specific customers...
  7. ricolame

    Fuzzy Search Parameter Function

    Hi Madawc, Thanks. So it is just basically the formula that you gave that makes the trick. I was on that line of thoughts but did not thought of the ampersand sign..which i used + instead. Thanks!
  8. ricolame

    Fuzzy Search Parameter Function

    Hi, It should be anything similar to this ? {CUSTOMER.NAME} like "*{?CustomerName}*" but because of the need of ", i tried something like """+{?CustomerName}+""" which failed on me.. dgillz,not sure if i did interpret wrongly, but i want wildcard search of customers pertaining to the...
  9. ricolame

    Number Display

    now, if i've to use the figure to sum for summary, i have to change it back to number =)
  10. ricolame

    Number Display

    hmm. stupid me. tks, with regards,
  11. ricolame

    Fuzzy Search Parameter Function

    Hi Madawc & folks, Thanks. I had read that before. May like to refine my problem statement. Btw i'm on CR10. What i meant is doing fuzzy search BASED on my input parameter which is dynamic upon report generation. Thus if i were to program it, how do i write in my formula such that if 1. My...
  12. ricolame

    Number Display

    hi madawc, For ToText, there's a problem with number less than 1, it shows .xxxx, instead of 0.xxxx Is there a way in formula to include leading 0 ?
  13. ricolame

    Fuzzy Search Parameter Function

    Hi folks, Another qn if you guys had done this before.. I would like to have a FUZZY SEARCH function on the paramter enter. Ie. Customer Name Field Parameter is {?CustomerName} So i would like to have a selection formula that equates to *{?CustomerName}* where i will also convert the input...
  14. ricolame

    Number Display

    Hi folks, Would like to seek advice how i should i go about formatting my number figure so that my number can display decimal to 4 places when there is decimal figures with leading zero in front(if less than 1), and if it is not, default to whole number ? Currently i can only default to...
  15. ricolame

    Wsd_sock32.dll and NAV 17-01 Definition Update

    Hi folks, Am faced with a very prominient situation where we have a majority of computers infected with wsd_sock32.dll (which was undetected for the past few days) With 17th-Jan detection, it was detected,removed and after a user reboots the pc, am prompted with a LSASS.exe countdown when...

Part and Inventory Search

Back
Top