Hi everyone,
I’m having an issue with the Form (Edit) block not displaying data; I have:
A table on the left with data (Column A: ppl1, ppl2, ppl3)
Enabled click to open with Column A and selected this row value (clicked and opened) from the table (currently showing record 1/340)
Added a Form (Edit) block on the right side
Configured fields in the form (e.g., “Preferred Payment Option”)
The Problem: The form fields are empty/blank even though the selected record has data in those columns.
For example, I have this table with all the records called B and there is a column called A in this table and contains names, I enabled open with Column and then selected a name in column A. I added a form in the block (choosed this table) and then add these Fields. But no value shown in the Fields I add even though that name has values in table B. Is there any other settings I need to do?
Also, is there a way to bulk update multiple records at once in NocoBase? (e.g., select multiple rows and update their status together). Or I need to click and open each value and do the same configures? Thank you!
opps, Sorry, I found out there is value, but it just defaultly showing the first row each time (which is empty)
Then I got another question, how do I limit the value to only show the details for that person and again, can I make those into template so I do not have to manually define these each time I edit? Thanks!
It is recommended to apply for a demo on the official website and refer to the official documentation.
I used the demo on the official website, and saw this is what exactly I want, after click the name, it shows a table where I could fill in the other details from the table. Can I know what block it is?
Like here this is mine and mine is showing up the record from whole table, but when I click the name of person A, it should only show person A’s detail from this table.
As you can see in my last screenshot it shows 341.
Excatly the solution solved in the same way and also I the table I was displaying outside and inside the open to click link is not the same so. I used the same table select current record, it worked perfectly.
I have a Many-to-One relationship between Table A and Table B. In Table A, I can select a value from Table B via dropdown (e.g., client names from Table B).
I’ve set up a “click-to-open” inner table for Table B that works fine. Now I want to do the same thing in Table A - add a “click-to-open” that shows Table B records.
What filter condition should I use so that the click-to-open form only displays the Table B record where Table A.name = Table B.name?
In other words: When I click to open from a Table A record, I want to see only the matching Table B record based on the relationship field value.