Avatar

Level 3

Hi Bruce, it worked nicely!, however, I found a new problem:

I'm not actually using productCategory to match those types of checking accounts, but their actual names, so, the espression would be more like this:

$.account.[accountDetails.productDescription == """Basic Checking Account"""];

^ This works also just fine.

The problem is, I have several of those subforms inside a main or general subform of checking accounts.

So, when the client does not have any checking account, I still see the main container there, which shouldn't happen, and if I try to do something like this:

$.account.[productCategory == """Checking"""];

Then I cant see the subforms (actual products) anymore.

It is like when I read the xml data, there is only one pass, and that's all, I cannot bind the same node to children inside the container which is also binded to the same parent node.

Long story short, the parent form of these product subforms, needs to completely dissapear when their children are not found in the data. Maybe using some code?, setting the visibility to false when other componentes are also not there?.

Thanks!.