Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagesql
SELECT
    screen.id,
    screen.name,    
    layoutitem.fieldidentifier
    
FROM
    fieldscreenlayoutitem   layoutitem
    INNER JOIN fieldscreentab          tab ON layoutitem.fieldscreentab = tab.id
    INNER JOIN fieldscreen             screen ON tab.fieldscreen = screen.id
WHERE
    layoutitem.fieldidentifier IN ('prioritycustomfield_13978','customfield_1616513979')


Return saved filters that have a given field set as a column

...