Hi,
I got a probleme related to DataSources and arepeating Table.
In one hand, I got a Secondary DataSources with Repeating data (imported from a SharePoint Library) which contains a list of non-worked days. string
In the other hand, I have a repeating Table with a DateField. I create this dynamic repeating Table which represents a month, with xCollection.
All I want is if both of the dates match, to set an other field of the collection as 'nonworked'. (I extract the substring from the date without year)
First, I tried with rules on the insert event but this doesnt work at all.
I'm using c#, and I think this could be done using last() after xCollectionInsert as I already set sunday over for example.
But I don't know how to get the date from the second datasource properly with code and make the filter. I'm a newbie with xml and iterator and so more freaking stuff.
Can anyone help me to find how to do that,
Regards