Hi there,
thx for your answer.
I understand that you can not provide custom coding assistance but when i'm executing this code , following the link that you gave me, it works perfect in the sql database :
SELECT `firstname`,`lastname` FROM `tcf2019_comprofilerbackup` WHERE `cb_zomerreeks` = "dubbel" UNION ALL SELECT `firstname`,`lastname` FROM `tcf2019_comprofilerbackup` WHERE `cb_zomerreeks2` = "dubbel" UNION ALL SELECT `firstname`,`lastname` FROM `tcf2019_comprofilerbackup` WHERE `cb_zomerreeks3` = "dubbel"
When i'm trying to do this in CB for creating a list, it is not possible with the next code in the filters/advanced tab:
(`cb_zomerreeks` = "dubbel") UNION ALL ( `cb_zomerreeks2` = "dubbel")
When i'm changing , in the above line, UNION by OR it works but the the list in cb doesn't output the same name multiple times.
But when you say it is possible, can you provide me a manual instead of the link you gave me so i can look it up.
I have been trying now for 2 hours to get the list in cb that i want but for me it is not possible. I used parentheses everywhere but no result.
Really hope you can help me.
Best regards,
Eddy