Feature request: Attribute Description as Display Name
As a user I have attribute names which are not human readable, unless you are very familiar with the data. However the attribute description is human readable and users would greatly benefit from having the option to choose this as Display Name. Would this be possible to implement?
Here is how the query currently looks like:
... and here with a proposed addition of the option to use the Attribute Description as Display Name:
I would also highly appreciate this feature!
The description will be added to the new data format as a label
Thanks for picking up the feature request so fast @coderReview However, after testing 5.1.0 and looking into the code, the change hasn't been added to the GUI. Would it be possible to add it as I suggested?
Have you enabled the new data format in the datasource settings?
You can use in the panel "Display" property using the variable ${__field.lables.description}
Thanks, now it works exactly as intended! 💯 Edit: There was a slight misspelling, the variable is ${__field.labels.description}