| Build Number | Database | OS |
| {3025} | {MySQL} | {Win Server 2019} |
Can anyone help with the syntax of a LIST_TABLE Query. I’ve used them for years when I want the entire list but now I need to filter out some entries and can’t get a query to work.
These Work
<<LIST_TABLE(Members.Type,`Name`,`New_Annl_Fee`,`New_GB_Fee`,`New_Total`,`Revised_Total`)>>
<<LIST_TABLE(Members.Other_Site_Interests,`Site_ID`,`Site_Type`,`Glider`,`New_Annl_Fee`,`Revised_Total`)>>
This is a new one that requires a query. The query exists in the app and works fine when triggered from within the app, but when inserted into a Word doc, it returns nothing (not even an empty table)
<<LIST_TABLE(`FIND LLL_Query`,`SkillType`,`Date_Next_Check`,`License_Number`)>>
The subgroup is Members.SkillOfMember which is a kind of halfway house between the main Skills Table and the member (because it requires extra data that isn’t held in the Skills table because it is unique to each member ie Date_Next_Check
Individual Members are placed in context one at a time prior to calling the Word Document for the final merge. Members can have many Skills but in this instance I only want to show each member the details of their flight crew license type and the date of their next check flight.
The only other bit of info that might have a bearing is that “SkillType” is a shortcut
EDIT I only noticed when posting the apostrophies have been removed on my desktop PC (Google Chrome) They are not a standard apostrophe (UK Keyboard underneath the @ sign as in ', rather they are top left of the numeric row ` along with ¬, the standard comma has never worked for me