How to dashboard tab name

Hi,
My dashboard has 10 tabs (pages). 5 of them are main tabs which are shown all the time. The rest of the tabs are sub-tabs and hidden so user don't get confused. When user navigate to a sub-tab via a link in main tab, I'd like to show the tab name up next to the dashboard name. Something like
myDashboard -> myTab
Is there a way to do this?
Thank you in advance for your ideas.

You will have to write a VBScript to achieve what you want.
Here is an example. This VBScript returns the name of the first tab:
     Set XLHandle = CreateObject("Excel.Application")
     XLHandle.DisplayAlerts = False
     Set XLBook = XLHandle.WorkBooks.Open("<path>\<file>.xls")
     Set XLSheet = XLBook.Sheets.Item(1)
     wscript.echo XLSheet.Name
     XLBook.Save
     XLBook.Close
     XLHandle.Quit
     Set XLSheet = Nothing
     Set XLBook = Nothing
     Set XLHandle = Nothing
Call the script tab.vbs from within your DS script and assign the result to a global variable.
     $TabName = exec( 'cmd','cscript //nologo C:\\Users\\Administrator\\Documents\\BI4B\\tab.vbs',0);

Similar Messages

  • How to get tab name value?

    Hi,
    I have a database table which stores user tab privilige info.
    It stores tab_name, username, and access_flag.
    eg.
    tab_name--username--access
    T_tab1------- xyz------------Y
    T_tab1------- zzz------------Y
    T_tab2------- xyz-----------YI am creating a tab condition for T_tab1. If user has priviliges, user will see the tab, else no.
    I have a PL/SQL function in the database which accepts tab_name and username and return 'T' or 'F' based on table rows.
    I have written following statement in 'T_tab1' tab expression(PL/SQL Function body return a Boolean):
    IF get_tab_access('xyz', v('TAB_NAME')) = 'T' THEN
    RETURN 'T'
    ELSE
    RETURN 'F'
    END IF;During my testing6 I found that v('TAB_NAME') is not passing value to the function.
    Can someone tell me how to pass current tab value to the fuction?
    Thanks in advance.
    Dip
    Edited by: Dipesh on 19-Apr-2010 12:58 PM

    Hi, did you ever get a solution for this? I am looking for the same sort of thing.

  • How to provide Tab Name programatically for the new Tab created in Tabstrip

    Is it possible to customise the name of the tab for a newly created tab in the tabstrip?

    Yes, it is.
    Declare a global data with the same name as your tab, type c, with the same length (look at the tab attributes in the screen painter).
    Change that in your PBO.
    You're done.

  • How to get current tab name or tab id or related info?

    Hi ,
    I would like to hide/show tabs according to users' page privileges list. So I need get current tab ID or tab Name in runtime environment to know if show/hide it for current user. :APP_USER
    Could you please provide any info about this requirement? Or do you have alternative method to control tabs' hide/show?
    thanks
    Ruiping

    最爱用中文 wrote:
    Hi Jari,
    Thanks for your info. Even if set authorize schema to tabs, I still need to get the relationship between "current tab" and "privilege&users". So I think evrm's hard-code method above is avaliable.I agree with Jari: APEX provides Authorization schemes specifically for this purpose. You need to reverse your thinking on how to implement this.
    For more information consult the documentation on APEX security, specifically using authorization schemes to restrict access to pages and control rendering of components.
    Tutorial: Adding Security to your Database Application (APEX 4.0)
    Use Authorization Schemes to control access/rendering for security ("only managers see/access this page and it's associated tab"); and Conditions to control rendering for functional reasons ("region only displayed if account is in arrears").
    Authorization Schemes have the benefits of being reusable, performing better, and allowing central maintenance of security-related code. This makes it easier to change the implementation&mdash;say moving from role information held in database tables to groups defined in LDAP.
    I worked for a number of years with an application where authorization schemes are not properly used (decisions made before my involvement) and all security and business logic relating to rendering and processing is wrapped up in spaghetti code in conditions. It's impossible to maintain.
    It is of course advisable to make both authorization scheme and business logic condition code more reusable and maintainable by locating it in API packages.

  • How to get the name of the current tab.

    Hi Experts,
    I have two tabs in my tab strip and a button common to both the tabs.Can you please let me know how to get the name of the current tab in the event method of the push button.
    Thanks in advance.
    Regards,
    Arun

    1.Declare an Action for OnSelect event of Tabstrip. This event is triggered whenever any change in tab occurs.
    2. Declare an Import Parameter in this method
       Tab type String.
    3. This parameter has value of the selected TAB.
    4. You can set this value in some Attribute in Attribute Tab in this event only (OnSelect):
         wd_this->Att  = Tab.
    Att is the attribute created by you in Attributes Tab of View. ( of type String)
    5. Now the selected Tab ID is stored in this Attribute Att.
    6. In the Onaction of Button , retrieve the selected tab value from this attribute using :
               Data : lv type string.
                lv =  wd_this->Att
    Now lv has your selected TAB ID.
    I hope it would help you.
    Edited by: Saurav Mago on Oct 13, 2009 2:22 PM

  • How to change Dashboard Tabs based upon the login?

    Hi All,
    I have a requirement that, based upon the user login the dashboard tabs should change! not sure how to do this? any help is greatly appreciated.
    Regards
    B
    Edited by: Bees on Jul 27, 2010 2:37 AM

    B,
    I mean assuming you have a security model, users are in groups etc. And you have one group allowed to access tab 1, and you build tab2 for another group....
    The dashboard page properties screen, has a padlock icon against page, here you can set up the presentation catalogue privs for the dashboard page, assign users / groups read access, prohibit access as you see fit.
    To get to the page properties, edit the dashboard itself, on the top row of icons against the page dropdown list is our friend, the pointy finger, hit this to get to the page properties screen, you can change order, rename pages and in this case, set security per page.
    For discussions on the security model, RPD groups & Web cat groups - best we start another thread !! have a search on the forum first though, its been covered many times :-)
    Cheers,
    Alastair

  • How to change the Dashboard's name?

    hi all,
    Any one can tell me how to change the Dashboard's name? Seems can only change the page name of Dashboard.
    thanks.
    Thanks all, i have finished the rename operaiton. but i don't know whether it will have any affects on the existing dashboard pages ?
    帖子经 854623编辑过

    Go to settings --> Administration --> Manage Presentation Catalog --> Go to your dashboard folder --> _portal --> Edit Name and Description                                                                                                                                                                                                                                                                                       

  • How to craete tabs with dashboard elements

    Hi,
    Please can anyone suggest how to crate tabs with user created dashboards? If I have created some dashbords and want it as a tab,how to do that?
    Thanks
    Arpita

    Arpita, click on the following link:
    http://www.box.net/shared/6xfb17qgv8

  • HT5840 Can you change the tab name? If can, how?

    Can you change a tab name?

    I believe the Tab is just named according to the name of the folder you are in. I don't think there's any way to change that.

  • Active Tab has floating chinese characters as well as the tab name how do I get rid of this?

    Previously this seemed to driven by an addin which I removed. Now each time Firefox updates itself every 1-2 days this problem reappears without the original addin. Because the chinese characters float over the top of the tab name it makes it difficult to read the tab name is is plain irritating.

    hi, some other affected users tied the issue to the mcafee site advisor extension - please try to disable or remove that in case you have it present.
    [[Disable or remove Add-ons]]

  • [SOLVED] Reverting Guake terminal tab names back to 'Terminal #'

    The new version of Guake (0.4.3) implemented 'Better Tab Titling'.  This means that instead of a new tab name being 'Terminal #' (where # is an auto incrementing integer), it instead forced the title to be equal to the VTE prompt.
    My issues were that there was no way to set a preference to switch back (as I prefer the simple tab name) and that tab names could/would take a very large amount of space (as it would put my whole username@server:/path/to/where/i/am/at).
    So   I figured out how to fix and thought I'd share in case anyone else would like to switch back:
    NOTE:  I believe python is spacing-sensitive (please correct me if I'm wrong).  All the lines (added/edited) are indented 8 spaces.
    edit /usr/bin/guake
    find: self.selected_tab = None
    after that line, add:
            # holds the number of created tabs. This counter will not be
            # reset to avoid problems of repeated tab names.
            self.tab_counter = 0
    find: def on_terminal_title_changed(self, vte, box):
    after that line add:
            return
    find: Adding a new radio button to the tabbar
    the next line will read:
            label = box.terminal.get_window_title() or _("Terminal")
    change to:
            label = box.terminal.get_window_title() or _('Terminal %s') % self.tab_counter
    find self.tabs.pack_start(bnt, expand=False, padding=1)
    after that line add:
            self.tab_counter += 1
    After editing the file, restart Guake for the change to take effect.
    Beemer

    I have been using Guake for years and I think the tab bar is in the way. I disabled it a very long time ago and didn't look back.
    Here are the shortcuts that I use:
    "~" to toggle it.
    Ctrl+T for a new tab (just like in Firefox, Chromium).
    F1 and F2 for next and previous tab.
    F3 close tab.
    Basically, I don't need more than two tabs at a time; three tops, in very rare cases.
    Hope it helps.

  • Sheet tab name

    Hi report experts,
    I have a small problem in Oracle Reports 10.1.2.3.0 and Excel 2007.
    When I have created a paper layout report and tries to run that rdf-file on my client PC with parameters:
    * desformat='spreadsheet'
    * destype=FILE
    * desname='c:\temp\test.xls'
    The report is created in correct folder. But when I open the Excel-file, the sheet tab name has been renamed into 'testCWHWZNAU'. The extra characters (CWHWZNAU) seems to change when I rerun the report.
    Is there a way to change the sheet tab name into 'test' from the report created in Oracle Reports?
    Regards
    /Nicklas

    Reports does not create Excel xls files. When using SPREADSHEET, it creates a html file that can be read by Excel. It's up to Excel how to interpret this html file.
    So, it might not even be a Reports "problem", it could be Excel.
    http://docs.oracle.com/cd/E14571_01/bi.1111/b32121/pbr_cla005.htm#i636884
    I would change the file name from c:\temp\test.xls to c:\temp\test.html and see what happens. Excel might open it differently.

  • Help. How do you TAB from HTML component to applet (and back) ?

    How can one tab between applets in a browser, and from an applet to an HTML component?
    For example, I have the following in my page in decending order:
    an HTML text field,
    an applet containing two components,
    and another HTML text field.
    When focus is on the first HTML text field pressing TAB should shift focus to the first component of the applet, the next TAB press shifts focus to the second component of the applet, and the next TAB press shifts focus to the other HTML text field. Then another TAB press cycles back to the first TEXT field.
    I can handle the tabbing within the applet using the FocusManager, but how can I get the applet to receive focus on a TAB from the browser, and once the applet has focus, how can I give focus back to the browser when a TAB occurs from my last applet sub-component?
    At the moment a user has to click on the applet before he can tab in it, and then click outside it to tab in the html again.
    Any help appreciated, as I cant find any reference to how to do this apart from other people asking the same but getting no replies.
    Thanks,
    Menno

    I see what you are saying. Either use javascript with LiveConnect or go all applets.
    What we are actually doing at the moment is trying to componentise using small applets passing data via InfoBus. So I guess we could use only applets as you suggest. Either with getAppletContext, or we could have a data item on the InfoBus which contains the name of the required in-focus applet, and all applets listen to see if it is their name, and if so request focus.
    I'm suprised applets are not tab-able between by default. I would have thought this was a common requirement.
    I'll look into LiveConnect as well, and let you know how we get on.
    Cheers,
    Menno

  • How to have the name of code PL/SQL

    I make a generique tools for logging in PL/SQL : http://log4plsql.sourceforge.net/
    1. how to have the name of the code PL/SQL which is run ?
    2. how have a pl/sql call stack dynamically ?
    proc1 -> proc2 -> package1.proc3

    For 2, check if DBMS_UTILITY.FORMAT_CALL_STACK will work for you:
    http://tahiti.oracle.com/pls/db901/db901.tabbed?section=32613
    For 1, is there anything in DBMS_DEBUG that would help?
    http://otn.oracle.com/docs/products/oracle9i/doc_library/901_doc/appdev.901/a89852/dbms_deb.htm#1015019

  • How to make tab borders visible?

    Just updated to ff 29 and the tab borders are almost invisible.
    In the previous versions of firefox you could see where one tab ended and next started, in current there is this very light half length grey line that is almost invisible on right and nothing on top.
    How do I make it so that the tab borders are visible? (Something like a full black line on left/right of tabs and some clear border between the tabs and the menu bar on top)

    I use Firefox as my primary browser at work. I start every day with ELEVEN tabs (two pinned), all renamed and locked for specific tasks I do throughout the day. I am on the phone all day. I add and close ADDITIONAL tabs all day for different tasks.
    Additionally, I am over 50 and am having some problems with my eyesight. I've just recently gotten progressive lenses but even that doesn't help me with the new Firefox design.
    It's very hard to tell where one tab begins and one ends. I could not wait to switch themes in order to find one that works for me at work. However most of the themes are just as bad - I can barely tell where one tab ends and the other begins. It's hard to click through the 11 tabs I need for work, let alone the additional tabs I open for different tasks.
    Additionally the font is so light that on many themes (and I have looked at least 200), I cannot read either the tab names or my shortcuts on the Bookmarks Toolbar.
    '''HELP'''

Maybe you are looking for

  • Adding apple loops?

    Hi guys, Wonder if you can help me with this. I have a few Big Fish sample cd's that have apple loops on them, is there a way I can add them so they show up in the logic apple loops browser in the appropriate section? Where would I need to copy them?

  • Saving 16:9 project in 3G

    I have created a movie shot in native HD with a Sony HDV-XL camera. I am attempting to save the edited 1m:07s project for display from the transflash card on my Samsung 3G video enabled phone. I cannot seem to get it to render in 16:9 format. It come

  • Concatenate rows from the same table

    Hi, I have a table t1 with one column and 2 rows. I need to make a column with 1 row that is a concatenation of the rows from table t1. Can someone help me with this? Thank you.

  • Strange behaviour from PS CS5 Extended working with 3D tools

    Hi there. I've been trying to use the 3D tools in this software to curve labels around a cylinder. After making an adjustment to a setting I often find my image turns transparent and white as per the attachment below (it should be full colour). It do

  • URGENT Java/SQLJ Help

    This is for my final exam that is due tomorrow. I've been trying everything & I just can't get it to work & my brain is turning to mush at this point. Please let me know if anyone can help... We need to generate data for a table based on what is in o