Created
October 5, 2018 07:22
-
-
Save erikwett/db449465a3d523cb5901f83291a37e56 to your computer and use it in GitHub Desktop.
Qlik Sense initialProperties with initialDataFetch
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
initialProperties: { | |
qHyperCubeDef: { | |
qDimensions: [], | |
qMeasures: [], | |
qInitialDataFetch: [{ | |
qWidth: 20, | |
qHeight: 500 | |
}] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment