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: 
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