Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
AWS Degraded - You may experience Community slowness, timeouts, or trouble accessing: LATEST HERE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

QlikView Conditional columns do not work propely

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 ???

4 Replies
sunny_talwar

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?

Not applicable
Author

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.

jonathandienst
Partner - Champion III
Partner - Champion III

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.

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein
Not applicable
Author

I think the same idea about unicode.

Thanks for reply.