Hi,
We have below simple scenario:
We have Input text, pushbutton in canvas 1 AND spreadsheet component and reset button in canvas2.
when user enter the value in 'input text' and click on 'execute' then canvas1 should hide and canvas2 display with spreadsheet component.
When user click on 'reset' button then it will display canvas1 for user input (maintaining canvas1 and canvas2 are with dynamic display)
This is working as expeacted when 'vertical scroll bar' in spreadsheet is not enabled,
Below is the dashboard design, Canvas1 is initial view, Canvas2 is hidden initially.
But when I enabled the verticle scroll bar then it is displaying fine for first execution (enter value and click on execute then canvas2 display with spreadsheet), but when I click on reset button and enter another value and click on execute then it is just displaying 'verticle' scroll bar without any data, without table header as below..
In summary..
- It is working fine (2nd time execution) without scroll bar enable.
- It is also working fine (2nd time execution) if I maintain the spreadsheet (scroll bar enable) in Canvas1
- And for other scenario, spread sheet is maintained in Canvas2 (scroll bar is enabled) then it is not displaying data in spreadsheet (displaying above strange result, ie only scrollbar is displaying, no data, no header). When I take the snapshot in excel for this scenario then I can see data is available in source of the spreadsheet,
Any anyone is faced this issue and could you please help me what I am doing wrong here? or is it a bug?
Dashboard version: BI4.1 SP4
Thank you,
Ranjith