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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
rxp03570
Creator
Creator

Need help with qInitialProperties Modification

initialProperties: {

   version: 1.0,

   qHyperCubeDef: {

  qDimensions: [],

  qMeasures: [],

  qInitialDataFetch: [{

   qWidth: 6,

   qHeight: 1000

  }]

   },

   teamDetails1: {

    qHyperCubeDef: {

    qDimensions:[{

    "qDef": {

    "qFieldDefs": ["Club Name"]

    }

    },

    {

    "qDef": {

    "qFieldDefs": ["Club Logo"]

    }

    },

    {

    "qDef": {

    "qFieldDefs": ["Club Code"]

    }

    }],

    qMeasures:[{

                        "qDef": {

                            "qDef": "sum({1} 1)"

                        }

                    },

                        {

                            "qDef": {

                                "qDef": "sum({<Home_Team=Home_Team*P([Club Name]),Visit_Team=P([Club Name])>}pace)"

                            }

                        },

                        {

                            "qDef": {

                                "qDef": "sum({<Home_Team=Home_Team*P([Club Name]),Visit_Team=P([Club Name])>}novelty)"

                            }

                        },

                        {

                            "qDef": {

                                "qDef": "sum({<Home_Team=Home_Team*P([Club Name]),Visit_Team=P([Club Name])>}officiating)"

                            }

                        },

                        {

                            "qDef": {

                                "qDef": "sum({<Home_Team=Home_Team*P([Club Name]),Visit_Team=P([Club Name])>}sportsmanship)"

                            }},

                        {

                            "qDef": {

                                "qDef": "sum({<Home_Team=Home_Team*P([Club Name]),Visit_Team=P([Club Name])>}injuries)"

                            }},

                        {

                            "qDef": {

                                "qDef": "sum({<Home_Team=Home_Team*P([Club Name]),Visit_Team=P([Club Name])>}[parity *])"

                            }}],

  qInitialDataFetch: [{

    qWidth: 10,

    qHeight: 1000

    }]

    }

   }

  },

Tried changing qWidth from 8 to 10 , it still shows up data till Array[8] only . Doesn't show Array[9] and Array[10]. Please help

1 Reply
ErikWetterberg

Hi,

Try dropping the object and recreating it. The initialProperties are only used when objects are created.

Hope this helps

Erik