- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-26-2024 06:07 PM
拡張テーブルを参照した変数内で、プルダウン表示される左列選択肢が空白になってしまい(実際には右列の管理番号で判別している)選択後も空欄が挿入されてしまいます。(画像の黄色マーカー部分)
右列の管理番号を最左列に表示させ、選択後の列にも番号を表示させるためにはどのような方法があるでしょうか。よろしくお願いいたします。
(Auto translation)
In the variable that refers to the extended table, the left column choices that are displayed in the pull-down are blank (actually identified by the control number in the right column), and a blank space is inserted after the selection. (The yellow marker in the image)
What is the best way to make the control number in the right column appear in the leftmost column and also in the column after the selection? Thank you in advance.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2024 03:42 AM
The blank column may be the display column for that table. Since it is an extended table, it may not have a display column, rather inherit it from the base table. First check the attributes on the dictionary entry for the variable. If there is not a column added that shouldn't be there using ref_ac_columns=name1;name2,... then try changing the Display column on the extended table to the control number if that makes sense for this table.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-27-2024 03:42 AM
The blank column may be the display column for that table. Since it is an extended table, it may not have a display column, rather inherit it from the base table. First check the attributes on the dictionary entry for the variable. If there is not a column added that shouldn't be there using ref_ac_columns=name1;name2,... then try changing the Display column on the extended table to the control number if that makes sense for this table.