Hello,
In Remedy the Status field can be set to "Closed". For this value of this field, Remedy associates ID = 5.
In the Qualification tab of the Qualification tab of the Data Set editing window including this field, I can do the following test and it works:
This test allows me to have the records of this Data Set whose Status = "Closed" field.
On the other hand, I can not do this test with the ID when I am in the edit of a Computed Columns that I create. Is it possible to do this and if so how?
The following test works but I do not test on ID:
if (row["Status"]=="Closed")
On the other hand, when I try to test on the ID in the following way it does not work:
Thank you in advance.
[Updated on: Tue, 22 November 2016 16:51] by Moderator