Hi,
I have collected the element list from test in my datastore, test name is "P12452".[without loading to data portal]
Set MyGroupList = oMyDataStore.GetElementList("Test", "name=[P12452]")
Now, I want element list from MyGroupList which are having start time > x and End time < y. [ x and y are base property of elements.]
want to load only elements which are matching this date criteria to data portal.
Dont want to use query option, which loads all child elements in to data portal under one group. But we need to have child elements under their respective parent groups in data portal for further processing.
Is there a way to get this information?
Thanks in advance.
regards,
Durai