Meeting place for R&R customers and clients to share tips and ideas. Post your questions, messages or problems here.
-
Wolfgang
- Posts: 60
- Joined: Tue Oct 10, 2017 12:44 pm
Post
by Wolfgang » Sun Apr 11, 2010 9:16 pm
Hello,__I want to count all records where the string "LTA" is part of the memofield "Befund". AT() works only with strings, not with memofields.__Can someone help?__Wolfgang
-
kfleming
- Posts: 5795
- Joined: Tue Oct 10, 2017 12:44 pm
Post
by kfleming » Mon Apr 12, 2010 9:19 pm
Create a total field that counts the memo field and add the condition____Befund=^*LTA*^____This will total all of the records where the string LTA is found within the memo befund.____Kathleen__R&R Support