Forum Discussion
KathyQB1
16 hours agoQrew Member
To get the count, try changing your query to that below. You can use the built in CT operator (contains).
var text QUERY = "{6.CT.'" & "R" & "'}";
bottyz
16 hours agoQrew Trainee
Thanks for the suggestion. Its done something, but not what was intended.
Out of 73 total records, its now generating a number over 21,000! Maybe its counting the number of characters in the string now instead?