OriginalPostID-153461
Discussion posts and replies are publicly visible
Although I have done --> datasubset: index(local!datasubset, "data", {}), I still get the same error. Any idea why? I am using query entity
local!datasubset: a!queryEntity( cons!MAST_dataStoreEntity, a!query(selection: a!querySelection( columns: { a!queryColumn( field: "market" ), a!queryColumn( field: "division" ) } ), pagingInfo: a!pagingInfo( 1, -1, { } ) )),
Never mind. I removed .data in 18.4 and it works now.