1. Is it possible to change the column name? Maybe it's possible to add a title to the table?
2. Is it possible to change the display to total in dollars?
Solved! Go to Solution.
you can use alias like this
fetch logs
| fieldsRename severity=loglevel, source=log.source, logmessage = content
Here the documentation page
https://www.dynatrace.com/support/help/shortlink/dql-commands#fieldsRename
feel free to ask if you have any doubts
It worked out! Thank you very much!
Do you know anything about inserting a title for the table to be displayed on the dashboard? I'm still unsure about how to convert the amout value to money
welcome buddy, if you can mark the answer as a solution would be great