Hi All,
I have a question, I have Display methods in a report, the type of method is string, by example :
Display Str X;
Str Status;
BOMId = BOMTable.BomId
If (ProdTable.BOMId !="")
{
Status= "Used";
}
Else
{
Status = "Not Used";
}
Return Status;
That method as a column in my report, my question is can my report will be sort by that methods..???
Thx...
*This post is locked for comments
I have the same question (0)