Forum Discussion
Optimizing Report for Mobile version
- 5 years ago
Hi Anonymous
Currently it is not supported to optimise non-responsive elements for mobile apps individually. See considerations.
I think a workaround is to create two elements separately and change their layering order in different report views. For example, create two text boxes with the same content. One is 18pt and the other is 14pt. In Web layout, put the 18pt one on the top of the 14pt one, so you will only see the 18pt one because the 14pt one has been covered. In Mobile layout, only drag the 14pt one into the Mobile view. By doing this, you can see the text boxes with different sizes in Web view and Mobile view.
Regards,
Community Support Team _ Jing
If this post helps, please Accept it as the solution to help other members find it.
Hi Anonymous
Currently it is not supported to optimise non-responsive elements for mobile apps individually. See considerations.
I think a workaround is to create two elements separately and change their layering order in different report views. For example, create two text boxes with the same content. One is 18pt and the other is 14pt. In Web layout, put the 18pt one on the top of the 14pt one, so you will only see the 18pt one because the 14pt one has been covered. In Mobile layout, only drag the 14pt one into the Mobile view. By doing this, you can see the text boxes with different sizes in Web view and Mobile view.
Regards,
Community Support Team _ Jing
If this post helps, please Accept it as the solution to help other members find it.
Hello.
Thanks a lot for a greate advice!
But will creating of additional elements influence on the performance of the report?
- v-jingzhang5 years agoCommunity Support
It depends on the types and numbers of additional elements. If these elements need to query data or interact with other visuals, it may influence the performance. If they contain fixed content without changing, it will influence little. You can do some testing to observe the performance.
- Anonymous5 years agoNot applicable
Thank you!