Dear all,
Shouldn't be much of a problem but I use Impromptu 7 and I'm having trouble creating a report that can detect the presence of certain type of chars in my database fields.
I'm a user so I don't have access to the cat details nor the database access to run a sql query directly (which would be the easiest way in my opinion, anyway...)
My database, and the address field especially, is polluted with line fill chars [chr(10) in sql].
I haven't found any simple way to create a report to detect this since when I create impromptu reports, the only thing I can enter is a value but no function... (and typing ALT010 to create a L.F.as the value doesn't work)
I want Impromptu to run the equivalent of
SELECT ... BLA BLA BLA...
HAVING (((BK.[Address]) Like "%" & Chr(10) & "%"))
Is there any way I could do this, by creating one or several reports, or any way of modifying the sql query impromptu does?
Right now I'm pretty much forced to export the whole database and run my sql query separately!
Thanks in advance for your expertise
Shouldn't be much of a problem but I use Impromptu 7 and I'm having trouble creating a report that can detect the presence of certain type of chars in my database fields.
I'm a user so I don't have access to the cat details nor the database access to run a sql query directly (which would be the easiest way in my opinion, anyway...)
My database, and the address field especially, is polluted with line fill chars [chr(10) in sql].
I haven't found any simple way to create a report to detect this since when I create impromptu reports, the only thing I can enter is a value but no function... (and typing ALT010 to create a L.F.as the value doesn't work)
I want Impromptu to run the equivalent of
SELECT ... BLA BLA BLA...
HAVING (((BK.[Address]) Like "%" & Chr(10) & "%"))
Is there any way I could do this, by creating one or several reports, or any way of modifying the sql query impromptu does?
Right now I'm pretty much forced to export the whole database and run my sql query separately!
Thanks in advance for your expertise