How to use Filter Editor in Table General?

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
measan
User
Posts: 33

How to use Filter Editor in Table General?

Post by measan »

Dear all,

I Have view name StatusHoliday and have field Dept_id, I have table teacher and field Dept_tc
i want filter record that match StatusHoliday.Dept_id = Teacher.Dept_tc

in Filter Editor:

"`dept_id`='SELECT DEPT_TC FROM TEACHER WHERE TEACHER_ID = '.CurrentUserID().'"

How to use correct syntax in filter editor query?

Please help me.

Best Regards

me


mobhar
User
Posts: 11732

Post by mobhar »

You should only include the WHERE clause, see this documentation


Post Reply