Hi Sridhar,
Try this.
1.Create a group on Parent_rsn field
2.Create a formula like below to check nulls for folder_rsn field and keep the formula details section
if isnull(folder_rsn) then "No Parent relationships" else folder_rsn
Hi Sridhar,
Try this.
1.Create a group on Parent_rsn field
2.Create a formula like below to check nulls for folder_rsn field and keep the formula details section
if isnull(folder_rsn) then "No Parent relationships" else folder_rsn