Please Log in or Create an account to join the conversation.
You can use any valid SQL functions and usages in it. In short, yes.1) Can I use a calculate field in query field as :
SELECT AVG(bestscore) AS avgscore FROM 'score'
If you have a substitution you can substitute in to determine that they're in a GJ group then yes. Otherwise, no as your query is on an external table you can't do a JOIN on the GJ table.2) Can i calculate the avgscore only for the group's member of groupjive ? (with a substitution ?)
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Modify GJs template files and add your query and the output of it directly to the template files. GJ can't render fields. Some locations it parses substitutions, but for general locations it does not. You can find GJs template files at the below location.1) How can I place a query field with this request in the presentation's page of each group ?
I've no idea what the presentation page is, but there is no GJ substitutions so you can't. You can write actual PHP code to handle this behavior in GJ.2) How can I recover the group's number of the presentation's page ? I would like the equivalent of substitution [user_id] but for group's number
Please Log in or Create an account to join the conversation.