I'm trying to get column description from the table by just using protocol name and table id.
using protocol name i can get all the table parameters. inside each table parameters we have column definitions, which only have column pids. there is no description.
for example, if i pass Decoder Overview table id then i should get the names of below highlighted columns with column ids and names.
Hi,
Would it please be possible to share what you already have, so that we can see what is missing?
Maybe the following answers could also already help you further:
- https://community.dataminer.services/question/get-parameter-name-from-id-within-automation-script/
- https://community.dataminer.services/question/how-to-get-table-parameter-names-using-table-parameter-ids-automation-script/
- https://community.dataminer.services/question/how-to-get-table-parameter-names-using-table-parameter-ids-automation-script-2/
Hi, could you elaborate what you already use today and what the intent is? Is this to be used in an automation script or protocol? I would need some more details to give you either a code example or alternative.
hi, Could you please share code as well