Inline Form Data not showing

Hi. I have several records against 1 JobID and REF_ROWS setup correctly, however no records show in the inline form? Can anyone help?

0 10 391
  • UX
10 REPLIES 10

Can I see the structure of the “appQuotes.csv” table?

As attached, Thanks

Try placing the “jobid” field as a reff type and pointing to the primary table.

The virtual column with the referenced fields must be created automatically.

That didn’t work unfortunately. Regards

What other table has apart from “appQuote.csv”?

I think I have it. QryTransport.csv has a numeric ‘key’ column, AppQuotes.csv has a text ‘key’ column.
How do I fix this guys?

Cheers

you have to relate those two tables.
by means of a reff column

In the “AppQuotes.csv” table, place a new column called “IdQt”(NO virtual) of type reff and in the Source table configuration select the “QryTransport.csv” table. in the excel sheet “AppQuotes.csv” in the “IdQt” column you will place the ID codes of the “QryTransport.csv” sheet that relate to “AppQuotes.csv”. This article can serve you:

Hi Fredy, all sorted now thank you, I added a different column and synced the two together, all is well in the app world.
Kind Regards


QryTransport.csv holds the REF_ROWS(“AppQuotes.csv”,“JobID”)

From the view ‘TransportToday_Detail’ there is an action, which goes to another view within this app: LINKTOFORM("AppQuotes.csv_Form”, “Ref”, [JobID],“JobID”,[JobID])

The JobID is carried over to the AppQuotes.csv_Form, the rest of the data is enterred and saved.

Top Labels in this Space