Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
This conversation has been locked due to inactivity. Please create a new post.
I have a repeating subform (Post) that has a text field (txtNotes) and I am trying to remove the 'null' value, how do I achieve that?
nTotal = 0;
for (var i = 0; i < _Post.count; i++){var oItem = Page1.resolveNode("Post[" + i + "]");nTotal += oItem.Staff.txtNotes.rawValue + "\n";}
Solved! Go to Solution.
Hi @wilsonl28824783 ,
As it's related to AEM Forms, For better answers please post this question to the AEM Forms community.
https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager-forms/ct-p/adobe-experienc...
Regards,
Nitesh
View solution in original post
Views
Likes
Replies