Retrival of data in smartview

. hi friends i m new in HFM so i need help about following query
The data is exported to smart view in excel but the cells are showing zeros what could be the reason?
Thanks

Hi Krishna,
I understand that values are not visible when document is opened in MIGO Tcode.
Do you see the values when you read the data using SARI or ALO1 ?
Additional useful links
1533622 - SARE: Archived material documents now displayed using MIGO
1306620 - Displaying archived MM documents with transaction MIGO
Regards,
Deepak Kori

Similar Messages

  • How to retrive relational data from an XMLType column in Oracle 10g R2

    Hi
    I want how to retrive the data which is in XML document in an XMLColumn in a Table(or an XMLTable which has the XML Document). This XML Document has to be Queried with XQuery as a Relational data(not an XML Document).
    If any body has some ideas please share it across ASAP.
    please share an example for this because i am new to this XQuery.
    Thanks in Expectation,
    Selva.

    Got it working now. I used the 'extract' function in my select statement, but had to add the .getStringValue() fuction. The extract function, just by itself, returns an XMLDocument type. The call for the column in the SQL statement looked like this.
    extract(XML_CONTENT, '/ROOTOBJECT').getStringVal() xml_content
    Thanks so much for your help. Problem solved!

  • How to retrive the data from a sqlite file(.db3) in windows phone 8.1(runtime)

    hey guys
    i installed the sqlite and sqlite-net as requested in other answers i found, changed to x86, and add the .db3 file in my project.
    but the problem is how to retrive the data that already in the file( i am not creating any table or data in the app, just read)
    all the answer i found is to create a table first and then read the table, i tried to skip the step of creating a table, and read from the table directly, but failed with " no such table", by the way, i set the property of the .db3 file as "content",
    "copy if newer"
    can anyone please help? i appreciate that !

    Hello,
    From your description, you want to read data from available sqlite file. When you add the sqlite file into your project, you need to change the sqlite file build action to content. After deploying to device, the sqlite file is located in installation folder,
    you need to copy that file into storage folder before reading data. Please try the following code snippets.
    private async void Button_Click_9(object sender, RoutedEventArgs e)
    //check if file exists in storage folder, and then copy to local storage
    bool flag = await FileExistsAsync("Data.db3");
    if (!flag)
    var folder = await Package.Current.InstalledLocation.GetFileAsync("Data.db3");
    await folder.CopyAsync(Windows.Storage.ApplicationData.Current.LocalFolder);
    // open sqlite and read data
    public async Task<bool> FileExistsAsync(string fileName)
    try
    await Windows.Storage.ApplicationData.Current.LocalFolder.GetFileAsync(fileName);
    return true;
    catch (FileNotFoundException)
    return false;
    Regards,
    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.

  • Retriving of data from different tables

    retriving of data from different tables depening of the primary key  this key field is there in all tables   if it is there in one v table it should continue to other tables otherwise it should get exit from that it should display information message or otherwise success  message if it is there in all tables .

    Im writing the concept, just check it.
    SELECT * from kna1 into lt_kna1.
    if sy-subrc eq 0.
       selest * from lfa1 into lt_lfa1
    for all entries in lt_kna1.
    endif.

  • Retriving the data

    Hi
    Can we retrive  the data from multibple cubes to list cube
    Thanks

    hi,
    as=nullwhat's the variable as ?
    your code seems to be correct.
    Plz, post the hole error message

  • Can we retrive the data from Maintainence view

    Hi Guys,
    Can we retrive the data from Maintainence view...
    Thanks,
    Gourisankar.

    Hi,
    Data can be retrived only from following type of views:
    Projection view
    Database View

  • Root disk craches how to retrive the data from ZFS file systems.

    Hi Friends,
    The solaris 10 OS (root disk) is crached.i have configered execpt root disk to all disks for ZFS file systems.We using to application.Now any possble to retrive the data.
    Server model - V880
    Pls help me.
    Advance thanks.

    If the OS wasn't on ZFS, then just rebuild the server, hook up the drives and run 'zpool import'. It should find the pool on the disks and offer it up to be imported.
    Darren

  • SQ01:- Error in retriving the data from more than 1 additional fields

    hi Frnds,
    i have added three addidtional fields in the infotype through the transaction SQ02. when i am try to create a new new query using the transaction SQ01 then if i select all three new fields individually data is retrived properly but if i selects more thn one field thn it is throughing an error.
    can any one please help me in that?
    Thanks in advance.
    Regards,
    Khushy

    Hi,
    and if you try it with an add. strucure (which inludes your 3 fields) ?
    A.

  • Help! How to retrive the date and time from MySQL 'datetime' type

    In my MySQL database, I have stored a data type 'DATETIME' as 20070412093012 which is interpreted as 2007-04-12 09:30:12, How to using Java method to retrive it from data base???
    like resultSet.getDate('datetime')????or what is the method?

    Have a look at the API documentation for ResultSet. Which of the methods documented there do you think might be what you need? If you can't tell which is the right one, then post your candidates here and ask a question about them.

  • Retriving xml data

    i have xml structure.
    <?xml version="1.0" encoding="utf-8"?>
    <ul>
        <li><a href="http://www.google.com">Google</a></li>
        <li><a href="http://www.hotmail.com">Hotmail</a></li>
        <li><a href="http://www.nepalNews.com">Nepal News</a></li>
    </ul>
    I have to retive data of "<a href="http://www.google.com">Google</a>" only . how could i retrive it. I have tried with this code
    trace(myXML.li[0]); But it show value only. I need whole "<a href="http://www.google.com">Google</a>". How can I we retrive this types of data from xml

    i know.  but you need to use cdata nodes to store data in that format in xml:
    <?xml version="1.0" encoding="utf-8"?>
    <ul>
        <li><![CDATA[<a href="http://www.google.com">Google</a>]]></li>
        <li><![CDATA[<a href="http://www.hotmail.com">Hotmail</a>]]></li>
        <li><![CDATA[<a href="http://www.nepalNews.com">Nepal News</a>]]></li>
    </ul>
    now parse this xml.

  • Retriving of data

    how to retrive data lost while updation the i phone Please help special contacts

    If the phone has been used as designed, contacts would be synced to a supported application on the comptuer or a cloud service.  Simply sync them back.

  • How to retrive table data in form

    Hi all,
    I want to retrive whole table data in forms , just by passing table name.either through a prcedure or function. is it possible to do this?
    Thanks in advance

    Hello,
    Pls give us the information about the version of database and forms you are using.
    it is possible to do so,provided you are aware of maximum no of columns(i.e no of tables which you use) and there datatypes before hand and also you have to use visible property extensively to show and hide the columns
    Regards
    Mohan Partha

  • VB macro to connect and refresh data in smartview

    Hi All,
    I imported a hyperion financial report into smartview power point. i want the following steps to be automated.
    1) make a connection to data source
    2) perform refresh all command
    3) save the power point
    4) close the point
    Is this possibe and can you please share some ideas or VB macro code?
    Thanks
    Ashok

    we tried the function
    For Refresh
    Public Declare Function HypExecuteMenu Lib "HsAddin" (ByVal vtSheetName As Variant,ByVal vtMenuName As Variant) As Long Sub Example_ExecuteMenu() sts = HypExecuteMenu("Sheet1", "Panel")  'returns 0 sts = HypExecuteMenu(Empty, "Smart View->Refresh") 'returns 0 sts = HypExecuteMenu("Sheet1", "Refresh")  'returns -73(ambiguity) sts = HypExecuteMenu("Sheet1", "Connections")  'returns -15(invalid parameter because "Connections" is not associated with an action) End Sub
    but throwing the error as ,no sheet to refresh,do you know the reference names to use in ppt instead of sheet1 mentioned in the above example?
    Regards,
    Ashok

  • Identifying user who submitted the data through SmartView / Planning Forms

    Hi All ,
    We are facing one strange issue wherein data from the data files of the source system is not getting matched with the data loaded in Planning Application.
    We think that the data for the member combination which is not getting matched is modified by user either through SmartView or Planning Form.
    We need to Identify whether such modification is happened or not from the user either through SmartView or Planning Forms ?
    Is there any way we can find this details from any log or any back end tables ?
    Could you please share your thoughts on this.
    Thanks in advance !

    If you have setup auditing in Planning. See Setting up Audit Trails for more details.
    Regards
    Celvin Kattookaran

  • To retrive console data of MSAccess .How to dispaly  result on a Component

    hai there
    Im new to Java programming.I dont know how to get the result of following query "select SUM(Total) from Records where Date=adate AND MedicalName=somename"
    This query results Expr1000
    30,4589.7
    Expr1000 is not a cloumn name.How can i retrive the figure above and to dispaly in a JTextField.
    if i execute the code below to retrive required,it generates SQL Exception.
    try{
    Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
    con=DriverManager.getConnection("jdbc:odbc:ashok", " ", " ");
    pstat=con.prepareStatement("select SUM(Total) from Record where Date=? AND MedicalName=?");
    pstat.setString(1,(String)jList11.getSelectedValue());
    pstat.setString(1,(String)jComboBox1.getSelectedItem());
    r1=pstat.executeQuery();
    jTextField1.setText(r1.getString("Total"));
    catch(Exception e)
    System.out.println("GRAND T :"+e);
    if i execute the above code it generates SQL Exception:COUNT Field Incorrect.
    Plz help to solve this problem.

    hi zhaoyh
    This is ashok.Thanks a lot for ur reply.I corrected my mistake.
    I have a problem on setting the result in a JTextField for the following query.
    "select SUM(Total) from Record where Date=? AND MedicalName=?"
    if execute this query in MSAccess or in Oracle as
    SELECT SUM(Total) FROM Record WHERE Date=06/10/2005 AND MedicalName='Sakthi'
    Cosole shows Expr1000
    34000.5
    Expr1000 is not a column in my table.But i need to set 34000.5 in my JTextField.
    try{
    Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
    con=DriverManager.getConnection("jdbc:odbc:ashok", " ", " ");
    pstat=con.prepareStatement("select SUM(Total) from Record where Date=? AND MedicalName=?");
    pstat.setString(1,(String)jList11.getSelectedValue());
    pstat.setString(2,(String)jComboBox1.getSelectedItem());
    r1=pstat.executeQuery();
    jTextField1.setText(// HERE I NEED THE RESULT WHICH IS DISPLAYED ABOVE IN CONSOLE OF MS ACCESS OR IN ORACLE
    catch(Exception e)
    System.out.println("GRAND T :"+e);
    Pls help to solve this problem .

Maybe you are looking for

  • Dynamic class loading with Webstart

    Hello ! //within the jar-file at the webstart-directory public interface MyFrame{ public void createFrame(); //within the jar-file dynamically downloaded public class MyExtFrame extends JFrame implements MyFrame{ String className = "MyExtFrame"; Clas

  • Partitions, installing , raw- no_fs and "Bad primary partition"

    I have been using Archlinux with kde-mod, installed with the Chakra live-cds for some time on a couple of different machines. You may be aware Chakra has now moved away from archlinux to roll it's own distro so this is my first attempt to install "Th

  • 3.1.3 Third party apps issue

    I recently upgraded to 3.1.3 on my iphone from my macbook pro. Once everything was loaded up and synced, my third party apps will no longer start. Has anyone that is experiencing this same issue from the update have a solution to fix this?

  • Firefox will not open a webmail site after upgrade

    Since I upgraded to Firefox 4.0.1 yesterday I cannot access my work email via Lotus Domino Web Access. Every time I try, the process begins as usual, asking for user name and password, then proceeds to the main page and begins to load but stops and g

  • My Script Crashes After Effects - Blitpipe Error

    Hi, I have written a script for After Effects that opens a Dialog Window. It works fine the first time, but when I try a second time, it crashes with the following error. There's a lot going on with the script, so I'm not sure which part of the scrip