Hi All,
I have Purchase order table with Purchase order No field
I have Inspection table with Purchase order No and some fields.
Gallery having items of Purchase order
When i click on gallery i need to display Purchase Order No and Some field which should entered by user in the same form.
Solved! Go to Solution.
Hi @Anonymous ,
Do you want to display related Inspection table item in form by clicking Purchase order table gallery?
If so, could you tell me
1)the data type of Purchase order No field in Inspection table and Purchase order table?
2)your data source?
I assume that your data source is sharepoint list.
If Purchase order No field is both number/text type in two lists, try this:
set the Inspection table form's Item:
LookUp(Inspection,'Purchase order No'=gallery.selected.'Purchase order No')
If Purchase order No field is number type in Purchase order table, lookup type in Inspection table, try this:
set the Inspection table form's Item:
LookUp(Inspection,'Purchase order No'.Value=gallery.selected.'Purchase order No')
//please replace with your gallery name.
Then the form will display related item of Inspection table by clicking item in Purchase order table.
Best regards,
Hi @Anonymous ,
Do you want to display related Inspection table item in form by clicking Purchase order table gallery?
If so, could you tell me
1)the data type of Purchase order No field in Inspection table and Purchase order table?
2)your data source?
I assume that your data source is sharepoint list.
If Purchase order No field is both number/text type in two lists, try this:
set the Inspection table form's Item:
LookUp(Inspection,'Purchase order No'=gallery.selected.'Purchase order No')
If Purchase order No field is number type in Purchase order table, lookup type in Inspection table, try this:
set the Inspection table form's Item:
LookUp(Inspection,'Purchase order No'.Value=gallery.selected.'Purchase order No')
//please replace with your gallery name.
Then the form will display related item of Inspection table by clicking item in Purchase order table.
Best regards,
User | Count |
---|---|
254 | |
106 | |
96 | |
50 | |
39 |