Can anyone help me.
I have created a nested collection (2 collections within 1) and I require the number of rows in each of the child collection.
I know that Count Rows requires the collection as text i.e "Coll1" as appose to [Coll1], I have tried this and I can only achieve
the row count of 1 for the parent collection.
I have also tried "Coll1.Ch1". However, the BO Exceptions out because it can not find the child collection.
Please help as I am running out of ideas.