|
-
Mar 12th, 2003, 09:20 AM
#1
Thread Starter
Lively Member
Compere String In Crystal Rep
HI
I HAVE A SQL LINE LIKE"
select * from table
where numb like 'mao71'
now
i wrote the formula in my js page and sending it to a mo.rpt that i made
now i dont know how to compere the strings
i wrote
url=document.getElementById("sesuserprint").value;
forma="({PRINTALL.numb})" + " %3d " + URL;
(url is a value that i get from an inputbox in my html)
but it return an error " invalid formula......" becuse i am trying to compere a text value in "=" and not in "like"
my question is?
how do i write "like" in crystal report?
i hope i made my self clear
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|