Jump to content

Search the Community

Showing results for tags 'recursive'.

  • Search By Tags

    • recursive ×
    Type tags separated by commas.
  • Search By Author

Content Type



Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Found 5 results

  1. Hi FMForums, I import one PubMed XML nine times, each time with a different XSL file, in order to capture all of the available content into it's corresponding fields and tables. Yet, it's very tedious to run nine imports. I'm thinking that perhaps there's a way of telling FileMaker which XML is...
  2. I have a question regarding how FM persists local variables ("$") across iterations of a script that's called recursively. Say you have a script "dosomething". And in this script there's a loop: set variable $counter=1 loop perform script dosomething exit loop if condition-is-me...
  3. I think I'm constructing a Rube Goldberg-esque solution to my problem. Here's the application domain. I have a table of records that correspond to patent applications, which are commonly referred to as matters. A matter can claim (but does not have to) immediate priority to one and only one other...
  4. I've been trying to write a Custom Function that will give me a list of unique combinations between two occurrences of the same list. The nearest I've come is with this Function, using the following list as an example 1,2,3,4 ListCombinations ( listofValues ; separator ) Let([ listLength...
  5. Single Table Tree Structure Database. Every record has a unique ID and a parent ID. The Parent ID always matches some other records unique ID A Parent can have multiple Children. A child only has a single parent. The root record has a parent ID that matches it's own ID (or zero if you lik...
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.