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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
bskemp01
Contributor III
Contributor III

Master Measures Bug

I am checking to see if this is a known error and if it has a solution.

 

i am having a problem with the master measures in our app. when you scroll through the list of measures and click on one to view/edit them, instead of opening the hovering menu it flicks the view back to the top. see video below:

forgive me but i had to upload my video to youtube since you cant directly insert an mp4 to the question box.



Does anyone know what this is or how to fix it?

1 Solution

Accepted Solutions
bskemp01
Contributor III
Contributor III
Author

i found the problem. In the variables i had a variable called vToday =ConvertToLocalTime(Now(),'Central'). Due to having the Now() it kept causing my sheets to constantly reload. Removing the Now() fixed the issue. apologies for making this post.

 

View solution in original post

1 Reply
bskemp01
Contributor III
Contributor III
Author

i found the problem. In the variables i had a variable called vToday =ConvertToLocalTime(Now(),'Central'). Due to having the Now() it kept causing my sheets to constantly reload. Removing the Now() fixed the issue. apologies for making this post.