Yes, i searched a lot. but not found any helpful things. I observed, that it is working for List box instead multi select field. i mean current row value is working for filtering drop down or list box but not for a multi select or another repeating table.
I tried using current() function in different ways that i have found in few blogs but no one worked. Few of the used functions are like.
ns2:Title=current()/../my:filterfield1 (or)
ns2:Title=current()/my:filterfield1
i need to achieve this functionality without fail atleast using custom code. However, i am not able to make my code work for constructing new nodes to a repeating table which will be already in the main repeating table.
please suggest me any other alternative approach for achieving this functionality.
Here is the image of my functionality that should look like.
if image cannot be displayed here, please find it here https://picasaweb.google.com/111878094005396695302/InfoPathIssue#5773462730622872466

3 fields values are coming from 1 shareopont list with mapping to each other. Division code and billing code are multi select list box and will be populated based on specialty value selected. If you see i highlighted Insert item. this is main requirement. user need to select 1 more combination of specialty div and billing code.
thank you for looking into my issue.