Skip to main content



      Home
Home » Archived » BIRT » How to test on the ID in the Computed Columns expression?
How to test on the ID in the Computed Columns expression? [message #1748289] Mon, 21 November 2016 15:13
Eclipse UserFriend
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:
'Status' = 5


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:
if (row["Status"]==5)


Thank you in advance.














[Updated on: Tue, 22 November 2016 16:51] by Moderator

Previous Topic:Under Birt, how to choose the language of the report ?
Next Topic:Why under Remedy 9.1 this gives a blank report when the validate of a parameter is true?
Goto Forum:
  


Current Time: Wed Jul 02 18:46:22 EDT 2025

Powered by FUDForum. Page generated in 0.36285 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top