Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
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