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

Announcements
Talend Cloud AWS EU Scheduled Outage: Starting Tues 26 May 21:00 CEST with expected completion Wed 27 May 01:00 CEST
cancel
Showing results for 
Search instead for 
Did you mean: 
brindlogcool
Creator III
Creator III

Sorting by measures

I am trying to sort the table created on the fly using the measures.

var measure = {

                    "qDef": {

                        "qDef": (expression),

                        "qLabel": (title)        

                    },

                   "qSortBy": {

                            "qSortByExpression": -1,

                            "qExpression": {

                                "qv": "expression"

                            }

                    }

                };

it is not working.. Any specific parameter has to be added?

0 Replies