RPE JavaScript Question
Hello all,
I am making an RPE template for a DOORS module.
Currently I am trying to get a certain table to print for elements with a certain attribute. All of the elements are object text but have a different custom attribute.
I can get the text to not print using JS, but the table is still there.
Is there a way to get the whole table to not print on a certain condition?
Currently I am having it go
Currently I am having it go
if(var != "text")
???
I tried console.log( "" ) but this did not work.
I tried creating a variable and initializing its value to be " " and this did not work as well.
Has anyone had success with doing this?