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)?
Hi Rachel,
Exporting element names to CSV is available in the right click menu on a view in Cube. Under Actions, you will find Export. There you can choose to export to CSV.
Example:
It will contain more than just the element names, but this might already help you out a bit...
More info can also be found in docs: Importing and exporting elements | DataMiner Docs
Bert
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
Hi Rachel,
Did you give the export to csv option a try? (link to docs)
In the hamburger menu of a view card, you can choose the action -> export.
In the pop-up, you have the option to export to either a dmimport or csv file.