I tried this fix first and it worked perfectly. Thanks so much!!!!
--- In vantage@yahoogroups.com, "Shirley Graver" <shirleyg@...>
wrote:
--- In vantage@yahoogroups.com, "Shirley Graver" <shirleyg@...>
wrote:
>module
> Theresa,
> I use the following to count "CURE" in comments of the RMA
>if "CURE" is
> IIF(INDEX(Note,'CURE') >0 , 1 ,0)
>
> to break it down, Index(Note,'Cure') will return a value
> found in the field "NOTE". Since I only want to count theoccurance of
> "CURE" once if the value is greater than "0" then it generatesa "1". I
> then count up all the One's to give me how many times "CURE" wasan issue.
> Then I use FILL(">",CNTCUREyr) to generate a horizontal barchart. You have
> to create a formula for each specific item you're looking for.Behalf Of
>
> Shirley Graver
> Systems Administrator
> Rubber Associates Inc.
>
> _____
>
> From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On
> rfc822 Compliance issue From: added by system POTENTIAL SPAMtext in a
> Sent: Friday, September 29, 2006 9:55 AM
> To: vantage@yahoogroups.com
> Subject: [Vantage] Report Builder: How do you search for specific
> string fieldwhat
>
>
>
> I am writing a Report Builder report that needs to filter on the
> ChgLog LogText field. What I want to do is identify any Log Text
> field that contains the phrase "New Record". It does not appear at
> any particular startpoint in the field, so I can't really specify
> character to start at. I just want it to search the whole stringfor
> the substring. Does anyone know how to do this?
>
> Thanks,
> Theresa Pancoast
> FS-Elliott Co., LLC
>
>
>
>
>
>
> [Non-text portions of this message have been removed]
>