Home > Forum > User Voice > Related attachments: Column names are confusing

Related attachments: Column names are confusing
1

MVP

Hi,

at the moment the column "ElementName" is used as a category /subfolder while the column "Category" is used to display the filename.
select Top 3 ATT_ID
, ATT_FileType as ElementName
, ATT_Name as Category

I'm not using these option very often but each time I'm looking at the names in the info icon and get confused.

My suggestion would be to add alias and update the documentation, so that only the alias would be used.
"ElementName" would get the alias "Subfolder"
"Category" would be "Filename".

This way:
- We won't break the old SQL statements
- There's no need to create a migration script.
- New users wont be confused.

Best regards,
Daniel

Nobody has replied in this thread yet.