How to get nil value in RPE table
4 answers
Hi Sreenath,
You should try the other way. That is, assign "Nil" to a variable first. Then assign the value of attribute to the variable. If attribute doesn't contain any value, variable will still have "Nil" value assigned, else the attribute value will be assigned. Print the variable.
Reset the variable to "Nil" every time so that "Nil" will be default value, that would be printed if attribute doesn't exist.
About the NILvalue , i have created a variable and assigned default value NIL. After that i right clicked on the container Add assignments>>selected NIL and assigned workitem>workitem>children>id.After that on i selected Variable Nil.
Now i created a workitem in RTC and added 3 children workitem.it is printing all 3 workitem.But when i remove it,its is not showing nil. Is there anyhing i missed