-
Re: Round Robin / All possible Pairs from List
Hi @tobiasgysel, This is an interesting question. I've put my first attempt below, but there are probably much easier (and more efficient) ways. Firstly you start with a list of your players e.g. ‘Li…1 -
Re: Average Of Flat List
Hi @JEEVAK, Below is one way of finding the average of a flat list, but let me know if I've misunderstood your question. 1. Create a list 'S' with only one item 'Pull'. 2. Create a module (e.g. 'Modu…1 -
Re: Help on circular reference
Hi @LouiseDepaquis, I'm afraid I don't know how far you are through Level 2, so I hope the below reflects what's in your model. I agree that the issue arises from the reference to 'Beginning Inventor…2 -
Re: How to get First Non blank value from a line item which has no summary settings
Hi @Saisri8568 , I've put a method below which uses FIRSTNONBLANK instead of TEXTLIST. 1. First you want to create a dummy list with a single list item. In my example I use a dummy list called 'S' wh…2