A customer wants to have a report with a bar chart, which is going to be displayed on a tablet. By changing a filter on the report, the chart should change dynamically. The report output size should be as small as possible.
How can this be achieved?
A customer wants to have a report with a bar chart, which is going to be displayed on a tablet. By changing a filter on the report, the chart should change dynamically. The report output size should be as small as possible.
How can this be achieved?
To achieve the requirement of having a dynamically changing bar chart on a tablet with minimal report output size, you should create an Active Report using visualizations and ensure that the render method is set to Client. This setup allows the chart to update interactively when filters are applied, reducing the need for server-side interactions and keeping the report size small for efficient tablet display.
Sorry for the previous comment. I think answer is "A" "If you want to enable client-side filtering in the visualization, you must choose to render the visualization on the client." https://www.ibm.com/support/knowledgecenter/en/SSEP7J_10.2.2/com.ibm.swg.ba.cognos.ug_cr_rptstd.10.2.2.doc/t_rpting_vis_render_method.html
Rendering visualizations on the Cognos server or on the client has an impact on performance and on the size of the Active Report. To enable client side filtering, select Client. https://www.ibm.com/support/knowledgecenter/en/SSEP7J_10.2.2/com.ibm.swg.ba.cognos.ug_cr_rptstd.10.2.2.doc/t_wrs_prps_en_outputType.html
This exam is retired by IBM and now exam code is C1000-065
I think answer is "B" "If you want to enable client-side filtering in the visualization, you must choose to render the visualization on the client." https://www.ibm.com/support/knowledgecenter/en/SSEP7J_10.2.2/com.ibm.swg.ba.cognos.ug_cr_rptstd.10.2.2.doc/t_rpting_vis_render_method.html