How to save dashboards in mobile format in local system?

I wanna save my dashboard for mobile. I wanna the file in local system how to achieve this?

Hi Riaz,
I am assuming that by local system you meant your desktop/laptop machine.
I don't think you may be able to save the "mobile version" of the dashboard on local machine as there is no option to do so. You can only save he mobile version to the platform.
You may however save the dashboard in desktop version on the local machine and preview it for mobile screen.
Do revert if you need any more information.

Similar Messages

  • HOW TO SEE DASHBOARD ON MOBILE ?

    Dear Expert,
    I have created Dashboard in Dashboard Designer using Mobile component.
    Now I want to see the same dashboard on my mobile, Please help me how to see dashboard on mobile.
    My dashboard Process
    BEX Query -- > Webi ---> Web Services --> Dashboard
    Many Many Thanks In Advance.
    Regards,
    Divyesh Patel
    (9930578182)

    SAP Mobile Server
    The SAP Mobile Platform runtime server is called SAP Mobile Server. SAP Mobile Server is an instance of SAP Mobile Server installed as the application server to manage resource intensive traffic/communication/transactions, such as PUSH payload and synchronization, between the scale-out nodes and the data server cluster. SAP Mobile Server can be installed as a cluster. In a production environment, the SAP Mobile Server must be installed on a 64-bit host.
    There are two types of server nodes that can be installed:
    Application Service node – (mandatory) runs all services.
    Scale Out node – (optional) specifically designed to allow the stateless request/response HTTP and synchronous message services to be horizontally scaled.

  • How to save diagramm in HTML format or PDF it

    how to save diagramm in HTML format or PDF it

    You have two alternatives. First of all, there are many utilities, some of them free that can put a "printer" on your printer list that really writes a PDF file. The one I use is free, called CutePDF. Once you have one of these installed, saving to PDF is as simple as print the diagram, choose the printer associated with your utility, then name the file.
    I'm not sure if it is in your version of Designer, but all of the latest versions of Designer have a "publish diagram" utility. Just drop down the Utilities menu from the RON or the Design Editor. The bottom selection should be "Publish Diagrams...", which will open a dialog window. Choose the diagram(s) you want to publish, select Publish to File, enter a file name, and select a graphics format from PNG, GIF, JPEG, BMP or TIFF. You can easily add the file to an HTML page inside an <IMG> tag.

  • How to save status bar background color in local settings(Windows Phone 8.1)

    I have given the user the freedom to change background colour and save it in local settings. But I am confused on how to save the status bar colour settings because I want to give the user the freedom to choose from 4-5 colours where background of status bar
    can be changed.
    public static void SaveStatusBarColor()
    // get status bar color
    var statusBar = StatusBar.GetForCurrentView();
    var color = statusBar.BackgroundColor;
    // convert color to hex string
    var hexCode = color.HasValue ? color.Value.ToString() : "";
    // store color in local settings
    ApplicationData.Current.LocalSettings.Values["StatusBarColor"] = hexCode;
    public static void LoadStatusBarColor()
    // get color hex string from local settings
    var hexCode = ApplicationData.Current.LocalSettings.Values["StatusBarColor"] as string;
    if (string.IsNullOrEmpty(hexCode))
    return;
    // convert hexcode to color
    var color = new Color();
    color.A = byte.Parse(hexCode.Substring(1, 2), NumberStyles.AllowHexSpecifier);
    color.R = byte.Parse(hexCode.Substring(3, 2), NumberStyles.AllowHexSpecifier);
    color.G = byte.Parse(hexCode.Substring(5, 2), NumberStyles.AllowHexSpecifier);
    color.B = byte.Parse(hexCode.Substring(7, 2), NumberStyles.AllowHexSpecifier);
    // set the status bar color
    var statusBar = StatusBar.GetForCurrentView(); // Exception Line
    statusBar.BackgroundColor = color;
    }This is what was suggested to me. Initially the app runs and saves the settings.But when the app is closed and restarted again it crashes.

    Hi shriyansh,
    Where did you call the method SaveStatusBarColor() and LoadStatusBarColor()?
    I have called your SaveStatusBarColor() in the OnNavigatedFrom method and called the LoadStatusBarColor() in the OnNavigatedTo method, it worked very well in my side.
    So I can not reproduce your issue.
    Here are my code and result, please try to check it:
    public class test
    public Color colors { get; set; }
    public sealed partial class MainPage : Page
    List<test> testdemo = new List<test>();
    public MainPage()
    this.InitializeComponent();
    testdemo.Add(new test() { colors = Colors.Red });
    testdemo.Add(new test() { colors = Colors.Green});
    testdemo.Add(new test() { colors = Colors.Gray});
    testdemo.Add(new test() { colors = Colors.Blue });
    this.NavigationCacheMode = NavigationCacheMode.Required;
    public static void SaveStatusBarColor()
    // get status bar color
    var statusBar = StatusBar.GetForCurrentView();
    var color = statusBar.BackgroundColor;
    // convert color to hex string
    var hexCode = color.HasValue ? color.Value.ToString() : "";
    // store color in local settings
    ApplicationData.Current.LocalSettings.Values["StatusBarColor"] = hexCode;
    public static void LoadStatusBarColor()
    //get color hex string from local settings
    var hexCode = ApplicationData.Current.LocalSettings.Values["StatusBarColor"] as string;
    if (string.IsNullOrEmpty(hexCode))
    return;
    // convert hexcode to color
    var color = new Color();
    color.A = byte.Parse(hexCode.Substring(1, 2), NumberStyles.AllowHexSpecifier);
    color.R = byte.Parse(hexCode.Substring(3, 2), NumberStyles.AllowHexSpecifier);
    color.G = byte.Parse(hexCode.Substring(5, 2), NumberStyles.AllowHexSpecifier);
    color.B = byte.Parse(hexCode.Substring(7, 2), NumberStyles.AllowHexSpecifier);
    var statusBar = StatusBar.GetForCurrentView();
    statusBar.BackgroundColor = color;
    statusBar.BackgroundOpacity = 1;
    protected override void OnNavigatedTo(NavigationEventArgs e)
    LoadStatusBarColor();
    protected override void OnNavigatedFrom(NavigationEventArgs e)
    SaveStatusBarColor();
    private void ChangeColorButton_Click(object sender, RoutedEventArgs e)
    var statusBar = StatusBar.GetForCurrentView();
    statusBar.BackgroundColor = testdemo[Convert.ToInt32(Mytextbox.Text)].colors;
    statusBar.BackgroundOpacity = 1;
    The result:
    Best Regards,
    Amy Peng
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • [Solved] How to save a file in /usr/bin/local using gedit as an admin?

    In my attempt to run these two programs:
    https://github.com/kerchen/export_gr2evernote
    https://github.com/spiermar/bookmarks2evernote
    I noticed they assumed the default python is python 2. I have python 3.3.1 and 2.6.8. I'm following the instructions at: https://wiki.archlinux.org/index.php/Py … ld_scripts
    Created a file with this:
    #!/bin/bash
    script=`readlink -f -- "$1"`
    case "$script" in
    /home/Dropbox/export_gr2evernote-master1/*|/home/Dropbox/bookmarks2evernote2/*)
        exec python2 "$@"
    esac
    exec python3 "$@"
    I then, tried to save it as p2 under /usr/local/bin/ where the only thing that's there is meteor, node, and npm, and it throws me an error saying I don't have enough permissions.
    How do I save p2 as an admin in /usr/bin/local using gedit?
    I've searched on the forums 'create a file in /usr/' and I haven't found anything. Can someone please help me?
    Last edited by jjshinobi (2013-04-23 05:20:47)

    jjshinobi wrote:
    sidneyk wrote:
    jjshinobi wrote:
    I moved p2 to bin, edited my projects path with the username in front of home, saved it as python, made it executable (#sudo chmod +x /usr/local/bin/python), removed p2. Ran:
    #python evernote2enex.py -m 10
    It's still referencing python 3...
    "python3: can't open file 'evernote2enex.py': [Errno 2] No such file or directory"
    My python file contains this:
    #!/bin/bash
    script=`readlink -f -- "$1"`
    case "$script" in
    /home/<user>/Dropbox/export_gr2evernote-master1/*|/home/<user>/Dropbox/bookmarks2evernote2/*)
        exec python2 "$@"
    esac
    exec python3 "$@"
    I did everything exactly like the wiki said, what seems to be the problem?
    OK. Looking at the 2 scripts you quoted, neither one is using a shbang line to set a python version to call. Without that, the python intercept doesn't even come into play. The problem that I see is the way you are starting it:
    sudo nano /usr/local/bin/python
    Is root really necessary for these if they are in your /home/<user>/Dropbox/ directory. And it appears that you are assuming python3 when you start them that way. If you are going to use that method and they are indeed python2 scripts, then change your command to this:
    #python evernote2enex.py -m 10
    You might try it as your normal user too in case root isn't really required.
    I tested out the first ten with:
    #python2 export2enex.py -m 10
    it worked!
    then proceded with
    #python2 export2enex.py GStarred -n exported.enex
    The script is fully functional. Thanks man!
    Actually, you're not even using the script when starting your python scripts that way. You are explicitly calling either python3 (python) or python2 (python2) to run the indicated python script and not even touching the work around /usr/local/bin/python script. If your python script started with a line like either :
    #!/usr/bin/env python
    or:
    #!/usr/bin/python
    And was executable, such that you called it by it's name, i.e. "someprogram.py", then the python script in /usr/local/bin/ would take precedence and effectively intercept the python call and choose the appropriate version of python as long as the path to the directory where "someprogram.py" resides is specified in that /usr/local/bin/python script.
    Last edited by sidneyk (2013-04-25 15:40:19)

  • How to save a Flash Chart to a local file

    We created a Flash Chart page with Apex 3.1.2. After this 2D line Flash Chart displayed on the screen, is there a way to save it to the user's local machine? So they can view or print the chart they saved later on.
    I have found some info. on anychart.com, http://www.anychart.com/products/anychart/docs/users-guide/index.html?SaveAsImage.html. But I don't understand how to implements those steps in Apex and/or on the localhost running APEX.
    Thanks.
    -Michele

    Michele,
    Method 1:
    If you goto any test interactive report page in your apex application and from the actions menu, choose the chart option, pick the type of chart and the label and value column, click apply to display the chart.
    You can then right click the chart to show the version being used and the 'save to image' option will be there if it is version 4.
    Method 2:
    In anychart 3.x, each type of chart has a different flash file to reference from the apex page.
    In anychart 4.x, each type of chart references the same flash file, they were combined into one for ease of deployment, etc.
    This flash file is normally located in the apex images structure /images/flashchart/swf/AnyChart.swf
    Your path to images may differ. If you have this file, then version 4 is already installed
    Regards,
    Blackstone

  • How to save data in html format while user click a save button in jsp page

    Hi All,
    I have the following requirement
    If user click on the Save Button it should display a window which allows the user to select the directory and the data is stored in the Internet Explorer Format.
    Could please anybody suggest me how to impletment the above requirment in jsp page.
    It's very urgent. Please replay ASAP.
    Thanks
    Rajeshwari

    Analyzing ur ques ...
    If user click on the Save Button it should display a window which allows the user to select the directory and the data is stored in the Internet Explorer Format.hmmm..
    There is no html object type which supports directory selection for download. There is only an input type="file" which however is related to an upload scenario.
    By downloading the file using output stream u can achieve what you want.
    You simply need to do the following things ..
    a) Write to an output stream
    b) Set the content type to "text/html" for your response
    Example ....
    response.setContentType("text/html");
    response.setHeader("Content-disposition",
    "attachment; filename" +
    "Example.html" );
    javax.servlet.ServletOutputStream stream = res.getOutputStream();
    StringBuffer text = new StringBuffer(1024);
    text.append("some text . . . ");
    text.append("more text . . . ");
    stream.write(data);
    stream.close();

  • How to save files in mobile phone

    Hello good people!
    How can i save some information from my midlet to the mobile phone (eg, in a text file or something) for use the informations later, when the application is started again ?
    Thank you!

    If you want to save information at the first start of the MiDlet, you can use RecordStore.openRecordstore(NAME,false) then catch the exception to know if the recordstore exits, if not then you may create it and if it exits, it will be open and you may RecordStore.addRecord() to add record to it.
    hope this answers your question.

  • How to save a csv file in a local directory

    I am trying to save a regular csv file in a local directory. Any suggestions of how I should approach it. And also I was wondering how I would email that csv file to multiple users

    Use a PrintWriter and a FileOutputStream. Look in javax.mail.* for API's to do mailing, or open a socket connection to a pop server and post it.
    Posting these kind of questions to "new to java" might be more appropriate...

  • How to save ADOBE form , for trasporting to other system ?

    Hello.
    Is any body know how i can to save the ADOBE form , for transport it to other R3 system or upload to file and download in the other project ???
    Thank's in advance

    Pl execute the program "RSTXPDFT4"
    Before that, execute ur script and the spool will be generated .rite?
    Now, after execution of the above program, give the spool number of ur spool generated, and tick the option dwnload the pdf file and then give the location of the file where u want to save... Then execute it. the pdf file will be generated and then stored in ur particular location..
    Pl reward if helpful...

  • How to save 130 length field in SAP BW system.

    Hi all,
    In my source system  a field contains 130 length.How to represent that field in BW.(I heard this can be Done using RRI ).
    If anyone knows please explain the process.
    Thanks,
    James

    Hi James,
    Check out this thread,
    To increase Infoobject length from 60 chars..
    Re: Data-type length
    Regards,
    Mani
    Message was edited by:
            Manikandan  A

  • How to download Database Table Field names to local system..?

    Hi
    I want to download Feild names and their data types to local excel sheet...
    How to do it..???
    Pavan Sanganal

    Hi,
    Use this code.
    REPORT ZTEST_TEST02 .
    data: begin of itab occurs 0,
          tabname type tabname,
          fieldname type fieldname,
          datatype type datatype_d,
          leng      type ddleng,
          end of itab.
    parameters: p_tbl like dd03l-tabname.
    select tabname fieldname datatype leng into table itab
            from dd03l where tabname = p_tbl.
    loop at itab.
    write:/ itab-tabname ,
            itab-fieldname,
            itab-datatype,
            itab-leng.
    endloop.
    CALL FUNCTION 'GUI_DOWNLOAD'
      EXPORTING
    *   BIN_FILESIZE                  =
        filename                      = 'c:table.txt'
       FILETYPE                      = 'ASC'
    *   APPEND                        = ' '
    *   WRITE_FIELD_SEPARATOR         = '9'
    *   HEADER                        = '00'
    *   TRUNC_TRAILING_BLANKS         = ' '
    *   WRITE_LF                      = 'X'
    *   COL_SELECT                    = ' '
    *   COL_SELECT_MASK               = ' '
    *   DAT_MODE                      = ' '
    * IMPORTING
    *   FILELENGTH                    =
      tables
        data_tab                      = ITAB
    * EXCEPTIONS
    *   FILE_WRITE_ERROR              = 1
    *   NO_BATCH                      = 2
    *   GUI_REFUSE_FILETRANSFER       = 3
    *   INVALID_TYPE                  = 4
    *   NO_AUTHORITY                  = 5
    *   UNKNOWN_ERROR                 = 6
    *   HEADER_NOT_ALLOWED            = 7
    *   SEPARATOR_NOT_ALLOWED         = 8
    *   FILESIZE_NOT_ALLOWED          = 9
    *   HEADER_TOO_LONG               = 10
    *   DP_ERROR_CREATE               = 11
    *   DP_ERROR_SEND                 = 12
    *   DP_ERROR_WRITE                = 13
    *   UNKNOWN_DP_ERROR              = 14
    *   ACCESS_DENIED                 = 15
    *   DP_OUT_OF_MEMORY              = 16
    *   DISK_FULL                     = 17
    *   DP_TIMEOUT                    = 18
    *   FILE_NOT_FOUND                = 19
    *   DATAPROVIDER_EXCEPTION        = 20
    *   CONTROL_FLUSH_ERROR           = 21
    *   OTHERS                        = 22
    IF sy-subrc <> 0.
    * MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    *         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    Regards,
    Raghav

  • How i implement sending a mail on local system also i want to see these mail as a receiver

    Plz any one tell me ,
    how can i implement sending a mail on local system also i
    want to see these mail as a receiver.
    any suggestion appreciated.
    Regards
    Prashant

    Do some research on setting up an SMTP Mail Server. You need
    one running somewhere on your box or on your network. Your box
    would be 127.0.0.1 your network would be 10.x.x.xxx as given to you
    by your network gurus. You may run into firewall issues also. Port
    is typically 25. The SMTP server (the one that comes with IIS does)
    often has settings to prohibit relays from external sources (CF
    would be considered external). When I first got into this, I didn't
    understand the concepts and tried to get my own IIS supplied SMTP
    server up and running. It never worked (even efter permitting
    relays), most likely due to the Corporate Network and security
    properties and Firewalls etc. When I finally figured all this out ,
    I was able to ask the Network Guru's, "Do we have an SMTP server I
    can access?". Turns out they had something built into or bolted
    onto MS Outlook Exchange Server, they gave me the IP, and presto,
    everything worked as advertised.

  • How to download a file from the net and save it into .txt format in a datab

    Can some one show me a tutorial on how to download a file from the net and save it into .txt format in a database?
    Thank you,

    http://java.sun.com/docs/books/tutorial/networking/urls/readingWriting.html

  • How to Save Pdf file in a particular format

    Hi Experts,
                        Can anybody tell me how to save a pdf file in a particular format,My requirement is i have a print button in webdynpro ,when ever user clicks on print ,adobe form is opened ,if user clicks on save .Form is saving with adobe form name .My requirement is it should be saved as ID NO.Date.Pdf  form lets Id is 0456 ,form should be saved as 0456.040614.pdf format, Thanks in Advance
    Regards
    Sandesh

    Hi Sandesh,
    Please provide the complete code from print & save button.
    Thanks & Regards,
    Balamurugan G

Maybe you are looking for

  • How do I view code in FlashCS4?

    Hi,   How do I view code in Flash CS4? I am wondering if it's even possible but I am new to Flash so I guess anything is possible, haha. I need to fix my actionscript and this is one of the ways I was told to do it was to look at the code first. Than

  • Movie wont play on wifi

    When I'm connected to wifi and try viewing a video, it says my server is incorrectly configured. When I turn off wifi and connect using 3G, it works fine. I'm wondering what settings on my router (Novatel MiFi 2200 through verizon)would I have to con

  • Reformatting Macbook without system restore CD

    Hi, I have an old(ish) MacBook lying around that I want to let my friend in desperate need borrow, however, it's in need of reformatting/restoring as it takes ages to boot up. Needs a spring clean. However, I can't find the pack of CDs that came with

  • Snow Leopard Automator - where are the files saved?

    Hi, I've been trying to run some Automator apps I have. In Tiger, the files would be saved in the same directory as the original files, but in Snow Leopard I can't find them anywhere. I'm having trouble with Spotlight (in another post), so I can't se

  • ADFS Disaster Recovery

    Hi,  I'm looking at designing an ADFS solution to accomodate 4,500 users to provide SSO with a web application. I'm thinking of using 2 2012 R2 ADFS servers on my internal network and 2 2012 R2 Web Application Proxies in my DMZ, then load balancing t