Hi There,
If you use select in Sc you can’t set the ammount of characters that will be shown. Some of my records have a long text and i wan’t to limit the aamount of characters shown in the searchfield. so i use
SELECT LEFT(
brixx_kerntaken.kt_id, sc_concat(kt_crebo," | “, kt_kerntaak,” - ", kt_omschrijving_werkproces) ,40)
FROM brixx_kerntaken
ORDER BY kt_crebo, kt_kerntaak, kt_omschrijving_werkproces
that doesn’t work
also is there a way to get a search field with double select. a new field that truiggers teh double select field to filter doesn’t work because the values that are already in the record will not been shown (if they have another search value
any sugesstions