Use following code to add range of empty or null string in any of the table , datasource field
public void executeQuery()
{
QueryBuildDataSource qbds;
QueryBuildRange qbr;
qbds = this.query().dataSourceTable(tableNum(CMSProspectParentTable));
qbr = qbds .addRange(fieldNum(CMSProspectParentTable , ParentId));
qbr.value(".."); //two dots are considers as empty string in ax
}Two dots are considered as empty string in axqbr.value("..");
No comments:
Post a Comment