Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Alternate State in QlikSense

Hi All,

I have tried providing alternate state in QlikSense using Engine API.

I was able to provide  alternate state as - 'A', and the GetProperties of object shows as -

{

    "jsonrpc": "2.0",

    "id": 7,

    "result": {

        "qProp": {

            "qInfo": {

                "qId": "EaHpC",

                "qType": "filterpane"

            },

            "qMetaDef": {},

            "qChildListDef": {

                "qData": {

                    "info": "/qInfo"

                }

            },

            "qStateName": "A",

            "showTitles": false,

            "title": "",

            "subtitle": "",

            "footnote": "",

            "showDetails": false,

            "visualization": "filterpane"

        }

    }

}

But when I try to check it in application, its not working.

Please help.

Regards,

MK

2 Replies
Anonymous
Not applicable
Author

I have already gone through the links.

I want to achieve it using QlikEngine API.

Please assist.