Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi, all !
We have got an App, created on Personal Edition 12 x64.
It has conditional grid columns(visible/unvisible). Condition looks like this:
=SubstringCount('|'& concat([$Dims],'|')&'|','|Month|')
where $Dims - column of inline-table with list of conditions.
In Personal Edition it works fine.
But, when I deploy this app on the Qlik-Server (11.3 x64) Win2008r2
some of columns do not appear.
About 5-6 columns of 40 do not work propely.
All conditions are whole Cyrillic. No "odd" symbols and spaces.
Version of QV-server does matter ? 12 -> 11.3
What can I do to fix this ???
I wouldn't think it should matter, but can you share a conditional statement which did not work? I am assuming that the Month one you have shared did work? Or did it not?
It has no regularity. It may work OK, but after deploying newer QVW (which works fine in Per.Edition) it may work whole wrong. 'Month' always work good... 🙂
I've noticed one more odd thing: proper work depends on username ! But i dontno why.
I've got just 2 usernames. Both are CAL. Qlik Web Server, Firefox used.
Sounds like it could be to do with the Unicode encoding - and it may be server/desktop issue rather than a QV12->11.2 issue. I am not a Unicode expert, but hopefully you can use that as a starting point for Googling. The Russia/CIS group might also be a good place to look, if you are a member.
I think the same idea about unicode.
Thanks for reply.