Brian Dunning's FileMaker Custom Functions

SQLGetColumn1Where ( returnField ; whereField ; whereValue ; andSearch )

Does a simple SQL Statement with where query(ies). If the whereField is left blank, will return all of the values in returnField

  Be the first to rate this function Log in to vote

Paul   Paul - Show more from this author
Peak 14 LLC
http://www.peak14.solutions

Share on Facebook Share on Twitter

  Sample input:
SQLGetColumn1Where ( myTable::myField1 ; myTable::myField2 ; List ( 5; 6 ); "" )
  Sample output:
6
5
2

  Function definition: (Copy & paste into FileMaker's Edit Custom Function window)

Assembles and executes a simple SQL Statement with 0 or more where clauses.

Requires FM 18+

Has 2 dependencies:
SQLGetField: (https://www.briandunning.com/cf/2546)
SQLGetTable: (https://www.briandunning.com/cf/2547)

 

Comments

Log in to post comments.

 

Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.

Support this website.

This library has been a free commmunity resource for FileMaker users and developers for 20 years. It receives no funding and has no advertisements. If it has helped you out, I'd really appreciate it if you could contribute whatever you think it's worth: