Casting Issue on dataset

Hi,

 

I am trying to pass one dataset in appyComponent() to another interface and trying to filter that database on some conditions.

 

But getting below error.

 

local!dataset: index(ri!fulldatasubset,wherecontains(ri!testName[ri!index],ri!fulldatasubset.data.testName)),
local!datasubset: todatasubset(
local!dataset.data,
local!gridSelection.pagingInfo
),

Error :

 

Could not display interface. Please check definition and inputs.

Interface Definition: Expression evaluation error at function 'wherecontains' parameter 2 [line 39]: Invalid index: Cannot index property 'data' of type Text into type "(fulldatasubset)Type of Dataset".

 

Can someone help me on this what can i do on this ??

 
 
 

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data