Portal List Data Widget

vidhya_mouli
Tera Sage
Portal List Data Widget - Instance Options

    {
    "category": "Incident",
        "ID": "issues",
    "table": "sn_customerservice_issues",
    "view": "portal_issues",
    "card_view_primary_column": "number",
    "card_view_secondary_column": "short_description",
    "card_view_additional_columns": "product|priority|state|contact",
    "glyph": "bug",
    "target_page_id": "form"
}

Does any one know how to include sorting by number field?
1 ACCEPTED SOLUTION

vidhya_mouli
Tera Sage

Managed to do this by including: "filter": "ORDERBYDESCnumber",

View solution in original post

6 REPLIES 6

vidhya_mouli
Tera Sage

Managed to do this by including: "filter": "ORDERBYDESCnumber",

I wasn’t able to get this working for the number field, which is set as my primary column (same as yours). However, your solution does work for fields listed under the additional columns. Any further suggestions that I might've missed on how to get it working on the number column?