Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
Hi everyone!
Now, I'm trying to fill select box with users that had been assigned in the Group. For example, my group name is "Approval".
Below is my query:
("(SELECTÂ * FROM dir_user WHERE dir_group.name='Approval')");
My query fail to run. Is there any changes should I made?
Thanks.
2 Comments
Owen Ong
Hi Sarah,
I believe your trying to write MySQL query in Bean Shell Plugin, right?
Your query is not a valid MySQL query. It should be as below:
Hope this's help.
Regards,
Owen
aimi
i run this query but its not work.