Forum Discussion
Optimizing Report for Mobile version
Hi everyone,
I'm trying to optimize my report for viewing on mobile app. I know that there are some elements that can be responsive, but some elements are not.
For example, I have a text box with size 18pt, but when I open it in mobile app I want to see text box with size 14pt.
Is it possible? Or what shoul I do in case when I need to optimise not responsive element for mobile app?
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.
4 Replies
- v-jingzhangCommunity Support
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.- AnonymousNot applicable
Hello.
Thanks a lot for a greate advice!
But will creating of additional elements influence on the performance of the report?
- v-jingzhangCommunity 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.