Report Script: Get Field that is not in Report v2: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 167:
 
//Skip if ProjNo is empty value, and avoid repeating in the list
if (!string.IsNullOrEmpty(projNo) != DBNull.Value && !projNoSqlList.Contains(projNo))
{
//Add ProjNo to ProjNoSqlList