Export to Excel does not return the expected results in an NSQL Portlet. Some columns are missing on the exported file (regardless of being regular Excel, Data Only or PowerPoint).
Steps to Reproduce
- Create a custom attribute of boolean type in projet object
- Create a query by giving nsql as:
SELECT @SELECT:DIM:USER_DEF:IMPLIED:RESOURCE:ocp.id:[email protected],
@SELECT:DIM_PROP:USER_DEF:BOOLEAN:RESOURCE:ocp.myboolean:[email protected]
FROM odf_ca_project ocp
WHERE 1 = 1 AND @[email protected]
- Create a portlet giving the query on step 2 as the data provider.
- Configure the portlet on the General page.
- Configure the attribute on the portlet.
- On the portlet, click on Options > Export to Excel.
Expected Results: The values in the portlet appear in the exported results.
Actual Results: Not all values in the portlet appear in the exported results.