- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2014 10:49 AM
Hi,
I'm having difficulty in being able to rename 2 columns that appear in a database view. Here's a simple example. I created as shown below, which is merely a join of the incident and problem tables. I'm just using this simple example here - what I need to do is more complex.
If you create a report that simply shows a list view of several of the columns, and want to see both the Incident number and Problem number (if one exists), you will find that both columns are labeled number, which comes from their respective tables.
So, I followed the directions in this article in the Wiki (Step 2.3.1): http://wiki.servicenow.com/index.php?title=Database_Views
The instructions say to create an entry in the Language File which I did as follows.
Table: u_incident_and_problem (the name of my DB view)
Label: this is a test
Plural: left blank
Element: problem_id
However, I get an error when I enter the above. So, I must be doing something wrong, but I'm not sure what the correct way to fix this entry is.
Thanks in advance.
Scotty
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-17-2014 11:07 AM
element name should be given like
viewtableprefix_fieldname
EX : ctask_closed_at
ctack is view table prefix and closed_at is view field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2015 07:47 AM
Paul,
Thanks for your reply. It makes sense. And, I agree, it defeats the purpose of being able to dotwalk to a field without having to add in another table into the DB view. But, I'm glad there is a way if we absolutely have to do it.
Regards,
Scotty81
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2025 03:38 AM
Were you able to find the solution for this, Abinaya?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2020 09:12 AM
Thank you!!! I wish ServiceNow would provide this additional information on their documentation at https://docs.servicenow.com/bundle/orlando-platform-administration/page/use/reporting/task/t_Relabel...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-15-2017 10:52 AM
Hey Kalai,
I'm trying to do the same thing for both the columns (Both Number columns from INC and PRB). It works fine for first element but throws and error saying "Invalid Update" when I try to add the Language File for second Number Column.
Any thought here?
Thanks,
Priyanka
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2023 04:12 AM - edited 08-29-2023 04:12 AM
I'm finding that a multi-level pivot table report ignores these language file renames, has anyone figured out how to get the relabel to show there?