You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SUBQUERY is an undocumented close relative of RLQUERY - an encoded query keyword that lets one do joins in... encoded queries
I'm sure you have read about RLQUERY in docs page Encoded query strings.
For those interested, an example of SUBQUERY can be found in Relationship Related Tasks of Interaction [interaction].
RLQUERY is powerful
I use reports UI just to access it in a gui
I feel like a demo is needed as … joins is something i just keep poking at until i get it working
Thank you pok
The text was updated successfully, but these errors were encountered:
All in all, the encoded query for a glide_list field pointing to sys_user would like like this: javascript: 'SUBQUERYsys_id,user,sys_user_grmember^groupIN' + [array of group sys_ids] + '^EQ^ENDSUBQUERY^active=true^EQ'
SUBQUERYsys_id,user,sys_user_grmember
means INNER JOIN sys_user_grmember M ON M.user = <sys_user>.sys_id
What is SUBQUERY
SUBQUERY is an undocumented close relative of RLQUERY - an encoded query keyword that lets one do joins in... encoded queries
I'm sure you have read about RLQUERY in docs page Encoded query strings.
For those interested, an example of SUBQUERY can be found in Relationship Related Tasks of Interaction [interaction].
RLQUERY is powerful
I use reports UI just to access it in a gui
I feel like a demo is needed as … joins is something i just keep poking at until i get it working
Thank you pok
The text was updated successfully, but these errors were encountered: