Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Dimension Names

Hello,

I am using Marquee Extension provided in the Qlik Branch Github.

I wanted to Extract the Dimension Names from the js file and

Display them at the top of the Extension(below Title) without animations..
Means The Dimension and Meausre Name should be constant at the top and the respective values should be animated.

Can It be possible?

Please suggest me if any.

2 Replies
_armoco_
Partner - Creator II
Partner - Creator II

Hi Prakhar,

If you already know how to develop extensions the you can use the following code:

hypercube.qDimensionInfo[0].qFallbackTitle

Where, hypercube is a variable,ie, var hypercube = layout.qHyperCube

            qDimensionInfo[0] is dimension value in array 0

            qFallbackTitle is the title of the dimension

It will fetch the dimension name from the hypercube and display it on below the title. You may write it in your 'paint' script.

If you are not an extension developer,  then perhaps you can share the link of the extension? I'll take a look

Regards,

Arjun

Anonymous
Not applicable
Author

Thanku so much Arjun,

Sorry for the late reply!

Ok I got It.

https://github.com/vizplum/Marquee

Here is the link! You can check and  let Me knw!!

Regards,

Prakhar