Extract date using index

I am trying to extract out an array from allResults which contains a certain ID . since ID is an integer , i used index and where contains 

 

index( local!allResults, wherecontains( ri!Id, tointeger(touniformstring( local!allResults.Id)) ) )

 

 

What if i have to extract an array which is greater than a  certain date  from allResults ?

 

If i want equals to i could have tried  

 

index( local!allResults, wherecontains( ri!date,  local!allResults.date)) ) )

 

 But i want to extract out an subset array from a master array , where the date in master array is greater than today 

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data