Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
We use QlikView May 2021 and that was working as expected before that in al instances. It looks to me like a bug!
It is even more strange that colors appear for one year and for another.
Thanks
It looks like May 2022 does not take the colors settings when if statement is used in the expression Background Color property. For example, I had this for years and it worked well, if(PeriodYear = '$(vPeriodYearHide1)', rgb(221, 237, 173)). In this case, as I stated at the beginning, all previous versions were reading the Colors settings for respective expression when the condition was not satisfied.
Now, I have to add the "else" part and then it works okay. If you ask me this is a workaround and therefore it's a bug as it worked fine before as explained in the first paragraph. For example: if(PeriodYear = '$(vPeriodYearHide1)', rgb(221, 237, 173), rgb(187, 216, 84))
@Marc thanks for the advice on how to try to find a fix for it.
Yes, I am still figuring out this.
HISD Connect Parent Portal
I am sorry, but what screens you are talking about? I wrote it's about QlikView May 2022. Thanks
With fixed colors - chosen from the color-palette - it shouldn't happens. But if there are color-expressions used it might be that they are invalid or returning NULL for this chart respectively the combination of the chart + selections + variable-values. Within a normal chart it would be hard to detect what the cause - therefore make a copy of it and change it to a table-chart and put the color-expressions (completely and partly) as extra expression to see what worked and what didn't.
It looks like May 2022 does not take the colors settings when if statement is used in the expression Background Color property. For example, I had this for years and it worked well, if(PeriodYear = '$(vPeriodYearHide1)', rgb(221, 237, 173)). In this case, as I stated at the beginning, all previous versions were reading the Colors settings for respective expression when the condition was not satisfied.
Now, I have to add the "else" part and then it works okay. If you ask me this is a workaround and therefore it's a bug as it worked fine before as explained in the first paragraph. For example: if(PeriodYear = '$(vPeriodYearHide1)', rgb(221, 237, 173), rgb(187, 216, 84))
@Marc thanks for the advice on how to try to find a fix for it.