Hi Mazibar,
We don't add rows to the DDDW. We do a union select on the retrieve.
example;
Select NULL AS 'ID', 'ALL' AS 'Name'
UNION
Select ID, Name From TableName
Order By 1
Hope this approach works for you.
Regards,
Adrian
Hi Mazibar,
We don't add rows to the DDDW. We do a union select on the retrieve.
example;
Select NULL AS 'ID', 'ALL' AS 'Name'
UNION
Select ID, Name From TableName
Order By 1
Hope this approach works for you.
Regards,
Adrian