Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
awhitfield
Partner - Champion
Partner - Champion

April 2018 - is this a bug?

We've had this reported by one of our clients:

I've installed the Qliksense April release on our dev server and have done some testing.  This has shown a strange behaviour when running invalid sql statements.

As an example - if I run the following query against our Postgres database I immediately get a syntax error (syntax error at or near "[") as the square brackets aren't valid in postgres:

select count(*) as [Total]

from bimis.bill.execs;

If I include the below statement in a script running in an app on our dev Qliksense server (Qliksense April 2018) running against the same db, it doesn't error but it never returns any data. It appears to be stuck on the loading window remains open with the in-progress icon circling.

[Temp]:

load *;

sql select count(*) as [Total]

from bimis.bill.execs;

However if I run the above statement on our prod Qliksense server (Qliksense Feb 2018), I get an immediate error.

Is this a known issue?  If so, are there any available fixes or workarounds?

Any ideas?

BR

Andy

1 Reply
awhitfield
Partner - Champion
Partner - Champion
Author

Looks like it is! Its fixed in June 2018, Technical Preview!

BR

Andy