Last active
December 17, 2015 21:00
-
-
Save nate-untiedt/bb1664bf16aa27d0b6fb to your computer and use it in GitHub Desktop.
Bookmarklet that changes the mouseover title of sheet objects in Qlik Sense to their underlying object ID.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(function($){ | |
$('[grid] div[qva-radial-context-menu]').each(function(index){ | |
$(this).prop('title',$(this).attr("tid")); | |
}); | |
})(jQuery); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Usage: