Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

KPI gives "incomplete visualization" for everyone but me

I have created a measure that shows the number of subscriptions in the previous month.

I use the following expression: sum({<[Date]= {'$(=Max({<Subscriptions = {'>0'}>} Date))'}>}Subscriptions)

This expression finds the max date where subscriptions > 0 (to filter out future dates with forecast data) and sums the subscriptions for this date.

When using this measure in a KPI object, it works great for me, but everyone else gets "incomplete visualization".


I'm using Qlik Sense cloud.


What could be the reason for this?



1 Solution

Accepted Solutions
shraddha_g
Partner - Master III
Partner - Master III

Duplicate that app. Create measure again in Mater Items and then replace it with previous one.

I had same issue.

View solution in original post

9 Replies
sunny_talwar

Not sure if this will make any difference or not, but may be try this:

Sum({<[Date]= {"$(=Max({<Subscriptions = {'>0'}>} Date))"}>}Subscriptions)

Not applicable
Author

Thank you, but unfortunately that did not work. It works on my side, but not for other users.

I also tried Sum({<[Date]= {"$(=Max({<Subscriptions = {">0"}>} Date))"}>}Subscriptions)

shraddha_g
Partner - Master III
Partner - Master III

have you created this expression in Master section and then trying to use?

Not applicable
Author

Yes, I created a measure in master items.

shraddha_g
Partner - Master III
Partner - Master III

Duplicate that app. Create measure again in Mater Items and then replace it with previous one.

I had same issue.

Not applicable
Author

Thank you, that did the trick!

I'm using Qlik Sense Cloud. It seems that any measures created after I published my app from "My work" to a stream, was not visible for anyone but me. After moving the app back to "My work", the measure was gone. I created it again and published the app back to the stream, and it worked.

shraddha_g
Partner - Master III
Partner - Master III

Great.

This same issue occurs in Qliksense server also.

satishkurra
Specialist II
Specialist II

Hi

The reason behind why is it happening is

When we export APP from QlikSense QMC to local or duplicate in hub. Variables are deleting.

This is the primary reason for incomplete visualization.

Atleast happened this in my case.

Thanks

Satish

shraddha_g
Partner - Master III
Partner - Master III

which version you are using?

Never happened with me so far.