Hi Dojo
I want to export one column of table 1000 which is linked to the main DVE table of my protocol, table 2000. Table 1000 won't be displayed in the parent element. Which parameters of table 1000 needs RTDisplay=true for this to work?
Table 1000 has the following columns:
- Column 1001: PK
- Column 1002: FK
- Column 1003: value -> export=true
While testing, I noticed that this only works when RTDisplay=true for both my table parameter and all of the column parameters. But in this case, the validator throws the following major warning for params 1001 and 1002:
Major: Param 1001 has an unexpected RTDisplay="true" value. [4401]
I want to fix these warnings, what is your suggestion?
Thank you in advance!
Kind regards
Hi Michiel,
Can you check if the columns 1001 and 1002 are actually displayed in table 1000? If not, you can display them: that will make the warning go away.
Hi Rémi
Thank you very much for your reply! You are right, the warnings are gone by checking the Display checkbox for columns 1001 and 1002 in the Table Editor.
Many thanks!