Hello everyone,
Is there a way to copy or export the element names in DataMiner? For example, if a protocol has 100 elements, can I export just the list of element names into a CSV file (without the data itself)?
Hello Rachel,
if you have acces to a low code app or dashboard another way would be to create a Get element querie :
As you can see in the querie you can add a protocol filter to only show specific elements.
Then you can add a filter on your table to only show the elemen names :
Just bring the name column to the yellow icon the result will only show the element names
Then by clicking on the 3 dots on the top right of the table component you will be able to export the data.
You could even for example create a dropdown that contains the list of every protocol and link it to the filter of your querie so you could export the desired elements from the drop down selection