DE37055
This will be fixed on the future version.
Step to Reproduce.
1. Create a query.
SELECT
@SELECT:DIM:USER_DEF:IMPLIED:PRJ:INV.ID:
[email protected] ,@SELECT:DIM_PROP:USER_DEF:IMPLIED:PRJ:INV.CODE:
[email protected] ,@SELECT:DIM_PROP:USER_DEF:IMPLIED:PRJ:INV.NAME:
[email protected]FROM
INV_INVESTMENTS INV
WHERE
@
[email protected]AND INV.CODE = @WHERE:PARAM:XML:STRING:/data/project_code/@
[email protected] OR INV.ID = @WHERE:PARAM:XML:INTEGER:/data/project_id/@
[email protected]2. Creatae a portlet based on the query.
3. Create a porlet page based on the portlet,
create 2 link parameters as follows.
<Please see attached file for image>

4. Add the menu with the portlet page.
5. Go to the menu and I can see the portlet without any data.
6. Search inv_investment table with code and id.
<Please see attached file for image>

Input the code and id on URL as follows.
http://192.168.56.104/niku/nu#action:portlet_page1&project_id=5002000&project_code=project1
I can see 2 data.
<Please see attached file for image>

When I click export to Power Point on page then I cannot export the data correctly (have no data).
<Please see attached file for image>