Count Rows of a Nested Collection
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
19-09-18 06:27 PM
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.
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
19-09-18 07:35 PM
you can create a temp1 collection and set its value as Coll1.Ch1. then pass temp1 collection to the rowcount BO.Its kind of a workaround, for a proper solution you have to small scripting
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
20-09-18 04:45 AM
I was under impression this is fixed in 6.3 release, but I haven't tested it myself. Already have a VBO action for that.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
20-09-18 11:11 AM
Thank you pjpra for your prompt assistance.
so another words, I may as well create 2 individual collections instead of combining it into 1 single Nested Collection.
aikudino, we're currently running on BP V5 and V6.3 is in the pipeline.
Thank you for your assistance.
