"ref_idea" added beside Idea table name while reporting.

Aman Thakur
Tera Contributor

While reporting on "sysapproval_approver" table, when I try to set a filter using "Approval For --> Idea" , I see some text added beside Idea that was not present before. I wanted to know if I can either remove it or change it to idea.
Please refer the screenshot below.

 

Thanks.

AmanThakur_0-1730111777081.png

 

1 ACCEPTED SOLUTION

Kieran Anson
Kilo Patron

You'd need to rename one of the tables. For example rename "Idea" for im_idea_core to "Idea Core"

View solution in original post

4 REPLIES 4

Kieran Anson
Kilo Patron

You'd need to rename one of the tables. For example rename "Idea" for im_idea_core to "Idea Core"

Aman Thakur
Tera Contributor

Thanks @Kieran Anson , it worked.
But why did it add "ref" to the beginning of the name. Is this how SNOW deals with tables having the same labels?

Hi Aman,

Usually if a name is duplicated it'll just show the table name.

The inclusion of the "ref_" is a dot-walk feature in SN. The "Approval for" field is based on task, but to access fields on a child table (of task, or any child of a base table) we use "ref_" as a notation.

Got it. Thanks again @Kieran Anson.