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 TouchToneTommy 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 suefhmis

  1. suefhmis

    Changed link bar orientation, now can't move content

    I changed the link bar on my home page from horizontal (left-to-right) orientation to vertical, left-side justified orientation, and now all of the content that was below the linkbar is still below the linkbar. How do I move that content so that it's to the right of the link bar, leaving the...
  2. suefhmis

    Can I summarize the results of a maximum formula?

    I was actually able to achieve my desired result by using a Running Total - Sum - Evaluate on change of group function. Thanks!
  3. suefhmis

    Can I summarize the results of a maximum formula?

    I'm using CR 8.5 and I've created the following formula: Maximum ({query.principal}, {query.endowment_nbr}) and placed it in my group #1 footer. Is it possible to get a summary of this field? CR won't allow me to create a summary, grand total, or running total.
  4. suefhmis

    Is it possible to conditionally add dollar amounts?

    I'm using CR 8.5. I'm creating a report and the customer would like the total of the Dollar Amount field, but if the record has a payment type of "Due", "CWA", "No Charge", or "Pre-Need", that dollar amount should NOT included in the total. But it does...
  5. suefhmis

    How do I select a string within a string?

    mwolf, this worked beautifully. Thanks so much (everyone) for your help.
  6. suefhmis

    How do I select a string within a string?

    That's possible. Although I was assured that each record that needed one was edited to contain an ending ~...
  7. suefhmis

    How do I select a string within a string?

    I've tried each of the statements you wonderful folks sent. The first one gave me an error about PATINDEX operating only on certain data types. So I tried the second one, as follows: SELECT substring (note.note_01, charindex('~', note.note_01)+1, charindex('~', note.note_01,charindex('~'...
  8. suefhmis

    How do I select a string within a string?

    Any SQL gurus out there? I need a statement that will select a string from within a string. For example: the contents of note.note_01 for one owner looks like this: Line one Line two **line three ^line four ~This is the string I need~ Line six The string I need is surrounded by two tilde...
  9. suefhmis

    How do I get a grand total for a field with a maximum formula?

    synapsevampire, I bow to you, CR genius. It worked perfectly. Thanks so much. -s
  10. suefhmis

    How do I get a grand total for a field with a maximum formula?

    Hi Mike, I tried it...not sure I did it correctly. I created the following TWO formulas: "Def Variable" = whileprintingrecords; numbervar addit; "GF2" = whileprintingrecords; numbervar addit:=addit + Maximum({query.balance_due}...
  11. suefhmis

    How do I get a grand total for a field with a maximum formula?

    I get a "The summary / running toal field could not be created" message.
  12. suefhmis

    How do I get a grand total for a field with a maximum formula?

    I tried to do that. Unfortunately, my formulated field, @Balance, isn't listed as one of the fields for which you can insert a grand total.
  13. suefhmis

    How do I get a grand total for a field with a maximum formula?

    Hi, I'm using CR 8.5 Developer Edition. I'm using the following formula ("Balance") in the Group #2 Footer: Maximum ({query.balance_due}, {query.sales_contract_nbr}) All I want to do is get a grand total of the formulated field. Is this possible? If so, how? Thanks!
  14. suefhmis

    Combining records with duplicate field contents (?)

    Worked brilliantly. Dummy me...I never even thought to add another group. Thank you!
  15. suefhmis

    Combining records with duplicate field contents (?)

    synapsevampire, Thanks. I'm using CR Developer edition version 8.5. I grouped by CTR # and placed summaries for each of my item fields in the group footer, then suppressed group header and details. Now the only problem is how do I sort by the Purchaser name INSTEAD of the CTR#? Is it...

Part and Inventory Search

Back
Top