Can we use cubegrid.setAutoFetchData(true) along with sending a criteria?
If I use, cubegrid.setAutoFetchData(true) and after setting the DataSource and facets, facetvalues to the cube, if I use cubegrid.fetchData(criteria), this is being ignored.
When I tried to dispaly my DSRequest.getCriteria(), it has the cube's facets. I tried setting cubegrid.setCriteria(criteria), even then I am unable to get the field in criteria on to server side.
If I use, cubegrid.setAutoFetchData(true) and after setting the DataSource and facets, facetvalues to the cube, if I use cubegrid.fetchData(criteria), this is being ignored.
When I tried to dispaly my DSRequest.getCriteria(), it has the cube's facets. I tried setting cubegrid.setCriteria(criteria), even then I am unable to get the field in criteria on to server side.
Comment