10-28-2020 06:20 AM
Hello,
Creating a service template, I can specify what version of the driver I would like to use via "if-ned-id" - Is there an option to have a "greater-than" operation for NED versions in the XML templates?
Thank you
Solved! Go to Solution.
10-28-2020 11:17 AM - edited 10-28-2020 11:17 AM
No, you can however list multiple ned-ids after the tag, and use a final else-branch as a catch all.
But no greater-than or less-than. It could be an interesting feature suggestion to allow more operations on the ned-id. (There are some technical challenges, a ned-id is not strictly ordered, but maybe it could be interpreted as a string).
10-28-2020 11:17 AM - edited 10-28-2020 11:17 AM
No, you can however list multiple ned-ids after the tag, and use a final else-branch as a catch all.
But no greater-than or less-than. It could be an interesting feature suggestion to allow more operations on the ned-id. (There are some technical challenges, a ned-id is not strictly ordered, but maybe it could be interpreted as a string).
10-28-2020 03:40 PM
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide