I know this question has been asked already, but there was no reply and the threads are a year old.
I have a case where I want the user to select TWO fields in their input form (those fields relate to a diff object), and based on their choice, a number comes back which can be used in a calculation.
Object 1: Market Data
CONTRACT GBP/USD GBP/EUR GBP/JPY ....
SPOT xxxx xxxx xxxx
+1MON xxxx xxxx xxxx
+2MON xxxx xxxx xxxx
+3MON xxxx xxxx xxxx
Object 2: Some Calculation
When creating a new entry, the user gets has to select an Instrument (GBP/USD, GBP/EUR etc) and the Contract (Spot, 1 Month forward, etc) from the Form. The number that corresponds to that choice is then used in a calculation.
Thank you so much for the detailed reply! That's a clever way to overcome this limitation. It must be said however, it is a bit long and convoluted. I hope a simpler vlookup type function is added to Knack in the future.
To tie this all together, we need to set up a form view to add a new entry record and let us make the cascading selection. You can follow the tutorial here if you want more details: