Zum Hauptinhalt gehen

Sort / Filter database records afterwards by a field in a foreign table

Kommentare

2 Kommentare

  • Zendesk API User
    Author: boesebeck - 7/1/2010 7:22

    You can combine this with javascript:;, to calculate several columns directly.

    thx Pjo

    0
  • Zendesk API User
    Author: msusser - 10/5/2010 10:49

    This sample will not work if you want to iterate directly over a list. Example:

    $CMS_FOR(company, companies.sort(x -> x.name))$

    I do not know why, but if you change the code to the following it will work:

    $CMS_SET(list, companies.copy())$

    $CMS_FOR(company, list.sort(x -> x.name))$

    Regards,

    Michael

    0

Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.