How to display the folder name in a webi report at infoview

Hi all,
Suppose I have a report named "Test_Report" at location Public folder > Test_Folder> Reports_Folder
now I want to display the folder name "Test_Folder" using a variable in "Test_Report".
So that the variable will always display the corresponding folder name of "Test_Report" wherever the report resides.
Thanks in advance.

Folder name is located in the breadcrumb
remove your breadcrumb in your collectionrenderer of the layout set you are using.
Check the layout set you are using in your KM navigational iview.
Raghu

Similar Messages

  • How to write the folder path in standard webi report - Most Accessed Documents

    How to write the folder path in standard webi report - Most Accessed Documents
    All
       -> Public Folders
                      -> Auditor
                      -> ABCD
    I want to give path of folder 'ABCD' and all the reports/ subfolders under it?
    Prompt - 'Enter the Folder Path(Add % at the end to include Sub Folders)' ?
    Give me exact path syntax

    Hi Daniel,
    But when I give my URL as
    http://serverA:80/irj/portal??NavigationTarget=ROLES://portal_content/crm-practice/14-Feb/Test_Page
    I am able to access the iview but the thing is I am getting TLN,Toolarea,Masthead,etc.
    I will tell my requirement,
    ServerA (EP 7.0) has some iviews,pages...
    I need to access these iviews from serverB(EP 6.0)....
    In ServerB only the iviews has to be displayed in the content area but not TLN,Toolarea,etc.
    Kindly help me in this regard.
    Thanks and regards,
    Purushothaman.
    Message was edited by: Purushothaman Vyasarao

  • How to change the folder name in the web report.

    hi experts,
    can anybody give me the solution, how to change the folder name in the web report. any help is appreciated.
    waiting for ur favourable response.
    thanks
    suri

    Hi Tony,
    Yes, the business requires, only to change in the webreport only not in bex and roles. any suggestions will be helpful to me.
    thanks
    surendra

  • How to display Contribution Folder Name using Idoc Script

    Hi, could ypu please tell me how can we display Contribution Folder name using Idoc script by passing dCollectionID. Appreciate your help on this. Thank you
    Regards,
    Ashok

    You should be able to get it directly as dCollectionName, but might have to execute a query to fill in the result set first: select dCollectionName from COLLECTIONS where DCOLLECTIONID = ?

  • How to get the folder name of selected subitem in tree structure?

    Hi All,
               I created a tree structure like below.
             ->Folder1-- 1
                              2
                              3
            ->Folder2-----1
                               2
                               3
                    i.e i have two folders & each folder having the values like above.Now i want to perform some action by clicking on the any of the values.Suppose if i click value 2,i want to do some action.the actions need to perform is varies from floder to to folder.
            So How can i get the folder name of clicked Value?
    Regards,
    Ravi

    Hi Kumar ,
    the below code should help you.
    Register the below action for the leaf node for which u need the subfolder's name above it.
    Worked fine in my system ...hope it does in ur scenario too
    method ONACTIONGET_PATH .
      data : lr_element TYPE REF TO if_wd_context_element,
             lr_node TYPE REF TO if_wd_context_node,
             ls_path type string,
             ls_path_node TYPE string,
             lt_string type TABLE OF string,
             l_lines type i,
             l_lines_1 TYPE i.
      lr_element = wdevent->get_context_element( 'CONTEXT_ELEMENT' ).
    **-> getting the path of the node/leaf
    *which  u had clicked and from that getting the node above it
      ls_path = lr_element->get_path( ).
      SPLIT ls_path at '.' into table lt_string.
    -> remove the first 2 entries as they will contain the view name
      DELETE lt_string FROM 1 to 2.
      l_lines = LINES( lt_String ).
      l_lines_1 = l_lines - 1.
    -> remove the last 2 entries as they will contain the element in the path
      DELETE lt_string  from l_lines_1 to l_lines.
      LOOP AT lt_string into ls_path.
        CONCATENATE LINES OF LT_STRING into ls_path_node SEPARATED BY '.'.
      ENDLOOP.
    **-> getting access to the node above the leaf element
    LR_NODE = WD_CONTEXT->PATH_GET_NODE( path = ls_path_node ).
    lr_element = lr_node->get_element( ).
    **-> Getting the name of the folder...
    *here path is the attribute in my context which stores the name of the folder
    lr_element->get_attribute( EXPORTING name = 'PATH' IMPORTING value = ls_path ).
    endmethod.

  • How to hide the folder name in a KM Navigation Iview

    Hi,
    Scenario,
    I am using a KM Navigation Iview with LinkListExplorer Layout set. The Folder Name appears at the top of the collection.
    Please can someone tell me how I can hide the folder name for the iview. i.e I do not want the folder name to appear in the iview.
    Appreciate your help.
    Thanks,
    Vaishali

    Folder name is located in the breadcrumb
    remove your breadcrumb in your collectionrenderer of the layout set you are using.
    Check the layout set you are using in your KM navigational iview.
    Raghu

  • How to display the current name when renaming Finder item

    Is there any way to get Automator to display the current name of a Finder item when renaming an item?
    I want my users to be able to copy and rename a folder template but I want to display the folder template's current name as a default in the renaming dialogue window, so the user follows the correct naming format.

    Since you've already hacked into it, if you've got developer tools installed, it is most likely in the nib file that is in the English project folder in the Resources.
    I don't know what further implications that will have on the app in general, though.
    If you are a little adept at applescript, you may want to create your own Applescript Studio app to do this instead of Automator. Also, take a look at Platypus to make a wrapper around you applescript instead of AS Studio.
    Message was edited by: Barney-15E

  • How to display the device name during file sending with Bluetooth

    I get this Message:
    File Receive Conformation
    Do you want to receive a file from 00:13:70:69:95:84?
    My Question is how can it display the device name not the device address?
    Message was edited by: hazzaa

    The same situation when I want to send photo from mobile phone to my notebook. I didnt find any option how to change it.
    When I send photo from notebook to the mobile phone the notebook name (device name) is displayed. Try to check external device properties. Maybe you will find there way to change it.

  • How to display the column names of a table in the output

    Hi,
    I want to display the name of the columns of the table without using literals in a abap report.
    EX: Consider the table KNA1
    KUNNR NAME  ADDRESS
    I want to display the column names in the above fashion without using hardcoded write statements.
    Thanking in anticipation

    You can use this FM <b>DDIF_FIELDINFO_GET</b> It gives you all the names related to fields in a table -:)
    Greetings,
    Blag.

  • How to display the User Name in Transaction MM04's output

    Hi Experts,
    My requirement is that in the Transaction MM04's output, along with all the fields displayed, I also want the User Name to be displayed.
    Here User Name must be the Person's Name and not the ID of the Person.
    Is there a way by which I can achieve it?
    Useful answers will definitely be rewarded.
    Thanks in advance.
    Regards,
    Himanshu

    Hi,
    Thanks a lot for your quick replies.
    But my requirement is to integrate the User Name Field with the MM04's output.
    So, I need either an Exit or any other way by which I can display the User Name in the Standard Transaction MM04's output.
    Regards,
    Himanshu

  • How to change the folder name in KM

    Hi All,
    As a Enduser I have a got a role who can create His/Her own folder to dump the documents.
    Now my requirement is to change the folder which i have created before......
    It may be root folder or Mid folder.
    Please throw some light on this issue.
    Higher points will be rewarded for the valuable input.
    Thanks in Advance,
    Dharani

    Hi Dharani,
    You can change the folder name using "Rename" option from the context menu of the folder. You can also change the name by selecting Folder -> Details->Actions->Rename.
    Regards,
    Vaishali

  • How to display the Full Name in Masthead of the Portal

    Where exactly in the HeaderiView.jsp I need to edit to be able to display the full name in the Masthead of the portal.
    e.g.
    Welcome Paul Jones

    Hi Paul,
    Following customized code displays Full Names on my portal:
    private String GetWelcomeMsg(IPortalComponentRequest request, String welcomeClause)
        IUserContext userContext = request.getUser();
        if (userContext != null)
              String firstName = userContext.getFirstName();
              String lastName = userContext.getLastName();
              String displayName = userContext.getDisplayName();
              String salutation = userContext.getSalutation();
              if (displayName != null)
                   if(salutation != null)
                        return java.text.MessageFormat.format(welcomeClause, new Object[] {displayName, salutation, " "}).toString();
                   else
                        return java.text.MessageFormat.format(welcomeClause, new Object[] {displayName, " ", " "}).toString();
              else if ((firstName != null) && (lastName != null))
                   if(salutation != null)
                        return java.text.MessageFormat.format(welcomeClause, new Object[] {firstName, lastName, salutation}).toString();
                   else
                        return java.text.MessageFormat.format(welcomeClause, new Object[] {firstName, lastName, " "}).toString();
              else
                   return java.text.MessageFormat.format(welcomeClause, new Object[] {userContext.getUniqueName()," ", " "}).toString();          
        return "";
    Regards,
    Sergei

  • Data Modeler / Logical Model / How to display the "relationship name" ?

    Hi,
    Oracle SQL Developper Data Modeler 2.0.0 (build 584):
    I would like to know if there is a way to display the "relationship name" in the diagram for the logical model in the GUI interface and/or to print it?
    I checked in the different setup tool options and I did not find it...
    Thanks for your help.
    Regards,
    Robin Ouellet

    Hi Robin,
    you cannot "show" relationship name on logical diagram - you can show "name on source" and "name on target" properties. You can set them at cardinality page of relationship dialog, And make them visible in "Tools>General options>Diagram>Logical model" settings - it's "Show Source/Target Name" option.
    For printing - you can use "File>Print Diagram" to print in different format. Also "File>Print" allow diagram to be printed to printer, plotter or PDF printer if you have one installed.
    Philip

  • Data Modeler How to display the "relationship name" vertically

    Is there any way to display the relationship name vertically. In Designer, it used to be like that.

    there is no such option.
    Philip

  • How to Change the Folder Name in Workbook

    Hi there
    I have a situation, I have created the workbook in existing folder (ORDER) in TEST business Area, now I have to move this report to another Business area (Custom) which has folder (Custom Order Folder), how can I change workbook folder name and item name, because my custom folder has different name.
    Like-- Original BA (TEST)
    ORDER (Folder)
    Item1
    Item2
    Item3
    Custom BA
    CUSTOM Order Folder
    Custom Item1
    Custom Item2
    Custom Item3
    Any help Appreciated.
    Thank
    ASIM

    Hi,
    If you are able to export and delete the original folder, then you can rename the identifiers of the new folder to be the same as the original folderand then open the workbook so that it uses the new folder. If you save the workbook, then rename the identifiers and re-import the orignial folder then you should find that the workbook continues to use the new folder.
    Otherwise take a look at this thread (Re: How to switch folder that report using form one to another? for a solution.
    Rod West

Maybe you are looking for

  • Saving a PDF or DOC file into Oracle 9i using Developer Forms 10g

    Hi guys, I want to save a pdf or doc file into oracle 9i. I am using Developer 10 g. Please help me; 1. What datatype field should be in database table to store such file. 2. Which code should I use in Forms 10g to display open file dialog, get the n

  • Turn off screen after a certain time in xorg.conf

    added Option "DPMS" "true" to monitor and Option "OffTime" "1" to serverflags and it doesn't work. # nvidia-xconfig: X configuration file generated by nvidia-xconfig # nvidia-xconfig: version 1.0 (buildmeister@builder26) Thu Feb 14 18:13:41 PST 2008

  • Mail adapter as sender and receiver

    hello. i made the scenario of Mail as sendeer and receiver, when as receiver it gives an error sayin "Mail: error occured: java.io.IOException: server does not support PLAIN or LOGIN authentication"... i saw the web blog 1798 by Prasad ulagappan...ov

  • Please help: Quick Reply recipients for a group text

    Hello! Thank you for your response. For the Quick Reply feature when texts are set to "alert", it seems to always show who sent the most recent text. If this person sent a message to both you and a third person, is there a way to set the Quick Reply

  • How does iMessage detect the other end as being an iOS5 device?

    Well, the discussion topic pretty much says it all. I have a lot of friends with iPhone and I know for a fact that they already are using iOS5 (my wife, for example - I did the update myself), but when I first tried using iMessage with them, it didn'