How can I display all column value 'True' while adding columns?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-06-2022 03:14 PM
Hello, I am new to the servicenow development. I have created the table "Test123" and added column 'A', 'B', 'C'. When the display value 'True' is set for column 'A' then the column 'B and C' display values changes to 'False'. How can I set all column display value 'True'?
5 REPLIES 5

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-06-2022 03:21 PM
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-07-2022 01:34 PM
Thank you for the help!

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-06-2022 03:48 PM
Hello you can only have a single column as the tables display value. But if you need multiple column values to be used as the display you can create a calculated column based on the value of the 3 columns. See the user table and Full Name field as an example. You can then use the calculated column as the tables display. Hope this helps.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-07-2022 01:34 PM
Thank you for the help!