mobile report publisher
2 TopicsXML Import Mobile Report Publisher Error
hi, I have a xml based dataaset that i want to use for mobile report. I could import the xml dataset in Mobile report Publisher but it doesn't show the correct data type. In xsd i have defined the field 'Salary' as Integer but in Mobile report publisher it is imported as Filter Field. Is it possible to change the data type direct in Mobile Report Publisher? <?xml version="1.0" encoding="utf-16"?> <xs:schema xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" attributeFormDefault="unqualified" elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:element name="data-set"> <xs:complexType> <xs:sequence> <xs:element maxOccurs="unbounded" name="record"> <xs:complexType> <xs:sequence> <xs:element name="Workgroup" type="xs:string" /> <xs:element name="Salary" type="xs:integer" /> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> </xs:schema> Thanks Neena1.8KViews0likes2CommentsHow do I create PowerBI reports for mobile apps (i.e. tablet)?
Hi - I've been doing research on creating Report Server reports for the mobile app and I'd like to confirm a couple of things: Must I be on my company network to be able to view reports in a mobile app? Or just a 360 account? Our users would like to demo reports to clients offsite at the client. From what I read, I simply publish the normal report via desktop (report server) and just open the report using a mobile app. No optimization needed in desktop to view the report in the mobile app (tablet). Is that right? I know there is a View -> Phone layout option but this is more for a tablet. In Report Server, you can download the Mobile Report Publisher. Is there an advantage publishing reports using the Mobile Report Publisher vs the regular way? Can I open a PowerBI report I created in the past (just a regular powerBI desktop report that can be viewed on the Report Server web portal) in Mobile Report Publisher and optimize it for tablet use there? Or must I completely start from scratch and recreate the report? Apologies, I'm having trouble with the powerbi app otherwise I would have tested some of the above myself. Thanks!Solved2.4KViews0likes1Comment