How To Remove Dashboard Link?

Hi there,
Is it possible to remove the link when we click the dashboard name ??
Here you can see what I mean?
http://www.acibadem.com.tr/images/upload/DASHBOARD.png
Thank you for your help
Regards.

Please check instanceconfig.xml and confirm if you have an entry similar to the following follows :
<DashboardMaxBeforeMenu>2</DashboardMaxBeforeMenu>
This tells BI server how many dashboards need to be in a shared folder before it displays as a drop down, set this to a higher number and when you click the dashboard name, it should take you there with no additional clicks required.
Im guessing its set to '1' in your environment, so even though there is only 1 dashboard (as per your screenshot example) its using the drop down.

Similar Messages

  • How to remove the Linked Button in particular forms

    How to remove the linked button in particular sap b1 forms.

    Hi,
    In standard B1 Forms, we can't remove the linked button.
    Why you want to remove linked button.
    I think, the user don't want open the master data?
    In such cases you can use the authorization for the users to access the master data.
    Hope this will help you.
    Regards,
    Venkatesan G.

  • How to remove source link in PDF file

    Hello,
    I want to create pdf files of all newsletters our organization has sent out for the past year. I took a template from the software we use for sending out our newsletters. I saved this template as an htm file on my desktop. Then I used acrobat pro to create a new pdf file from a web page. It comes out perfectly, all links are working, no problems there. But on the left top of the document there is a link to where that file is stored on my pc. It looks like this:
    file:///C|/Documents%20and%20Settings/..........
    I hope somebody can tell me how I remove that link from there. I've been struggling with it for some time now.
    Kind regards,
    Lucas

    In the dialog of 'Create PDF from Web Page'you can change the settings.

  • How To remove a Link in a Link Type UDF?

    Does anyone know how to remove a linked file once you have linked a file in a UDF.
    The user attaches a document to the A/R Invoice using a Link Type UDF.  They need to change one of them after linking the wrong document.  Double clicking the field opens the document though, now that a file is linked.
    How do you remove a linked file or change the link to a different file?
    Thanks in advance,
    Brad Windecker

    Hi Brad,
    Check this if it helps :
    If you have created the udf and linked a document to it you can change it by holding 'ctrl + double click' on the udf.
    If you want to delete the link press 'alt + double click' on the udf.
    If you just 'double click' it will open the file.
    Regards,
    Jitin Chawla

  • Removing Dashboard Links like new and catalog and open and Home

    Hello,
    I have seen lot of forums telling that we need to modify the code iin header.js file to remove the Dashboard links from OBIEE.Could you please tell me what are the changes to be done in header.js file.
    OR
    Any Other Way To Remove the Dashboard Links...(New,Open,Home)
    header.js located in C:\OBIEE11G\Oracle_BI1\bifoundation\web\app\res\b_mozilla folder where the header messages are referenced -this may need to be modified for removing the links (not just tesxt)
    Thanks Regards
    Srini

    hi user,
    Please refer to this post: Customize the BIEE Page
    Assign points if helpful.
    J.-

  • How to remove the link between Profile name and corp net account after their disassociation

    Hi there,
      How do I  remove the link between Profile name and corp net account after their disassociation ?
    I would like to make remove the link between 'Viv Lingaiah' and
    [email protected] Also, I would like to keep 'Viv Lingaiah' and associate with my outlook id and corpnet account.

    Logon to your live account here
    https://account.live.com/summarypage.aspx then under aliases you can add an alias and promote it to primary.
    Regards, Dave Patrick ....
    Microsoft Certified Professional
    Microsoft MVP [Windows]
    Disclaimer: This posting is provided "AS IS" with no warranties or guarantees , and confers no rights.

  • How to remove all links that link to somewhere inside the same pdf?

    http://www.ehow.com/how_5847992_remove-links-adobe-acrobat-8.html
    The method shown on the above website can not remove links that point to somewhere inside the pdf (see "Removing All Links" on that page). I'm wondering if there is a way to do so in acrobat.

    You can create a Preflight fixup to remove all links.

  • How to remove Process link in BPM Task

    Hi Experts,
    We have a requirement to remove the Process link displayed on top of the screen when we open the BPM Task from the UWL.
    When clicked on this link opens the BPM Process diagram showing current executng step.
    Is there any way to remove this link?
    Regards,
    Amol

    It worked !!
    Thanks John for your valuable inputs.

  • How to remove namespace link from the output XML

    i have to remove 'xmlns:xdoxslt="http://www.oracle.com/XSL/Transform/java/oracle.apps.xdo.template.rtf.XSLTFunctions"' (namespace) from the output xml file which is generated from the BIP. I need my output XML file without that namespace link, this namespace link is coming for each element.
    Anybody know how to do that please help.
    output xml file
    <?xml version="1.0" encoding="UTF-8" ?>
    <Reports version="2.00">
    <deliveryNote xmlns:xdoxslt="http://www.oracle.com/XSL/Transform/java/oracle.apps.xdo.template.rtf.XSLTFunctions">
    <subjectId />
    </deliveryNote>
    <deliveredReports xmlns:xdoxslt="http://www.oracle.com/XSL/Transform/java/oracle.apps.xdo.template.rtf.XSLTFunctions">
    <referDate>[Delivery note->H4]</referDate>
    </deliveredReports>
    <simpleReports xmlns:xdoxslt="http://www.oracle.com/XSL/Transform/java/oracle.apps.xdo.template.rtf.XSLTFunctions">
    <numberOfReports>2</numberOfReports>
    <nReport>
    <reportName>Xyz</reportName>
    <reportVersion>1.0</reportVersion>
    <observations>
    <numberOfObservations>15</numberOfObservations>
    <columnObservation>
    <y>9</y>
    <rO>
    <x>14</x>
    <o>11</o>
    <o>21</o>
    <o>121</o>
    </rO>
    </columnObservation>
    </observations>
    </nReport>
    </simpleReports>
    </Reports>
    my xslt file
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:xdoxslt="http://www.oracle.com/XSL/Transform/java/oracle.apps.xdo.template.rtf.XSLTFunctions" >
    <xsl:output method="xml" encoding="UTF-8"/>
    <xsl:template match="/">
         <xsl:element name="Reports">
              <xsl:attribute name="version">2.00</xsl:attribute>
                   <deliveryNote>
                        <subjectId></subjectId>
                        </deliveryNote>
                   <deliveredReports>
                        <referDate>[Delivery note->H4]</referDate>
                   </deliveredReports>
                   <simpleReports>
                        <numberOfReports>2</numberOfReports>
                        <nReport>
                                  <reportName>Xyz</reportName>
                                  <reportVersion>1.0</reportVersion>
                                       <observations>
                                       <numberOfObservations>15</numberOfObservations>
                                       <columnObservation>
                                            <y>9</y>
                                            <rO>
                                                 <x>14</x>
                                                      <xsl:for-each select="TEST_XML/LIST_R1/R1">
                                                           <o><xsl:value-of select="xdoxslt:lpad(COL1,10,' ')"/></o>
                                                      </xsl:for-each>
                                            </rO>
                                       </columnObservation>
                                       </observations>
                             </nReport>
                        </simpleReports>
              </xsl:element>
    </xsl:template>
    </xsl:stylesheet>

    Please post the same in BI Publisher forum
    BI Publisher
    Thanks,
    Vino

  • E71: how to remove Nokia links from bookmarks?

    How do I remove the the Nokia links from bookmarks?
    I am unable to delete, or move, them to a folder.

    It easy to remove all those Nokia bookmarks links and folders. Just remove the bookmarks db file...
    Use Y-Tasks (process & threads) to kill "FavoritesSrv.exe"
    You need self sign Y-Tasks.
    Then go to... C:\Private\100012a5 and delete...
    DBS_101FD685_BrowserBookmarks.db
    That's for FP 1 & FP 2 devices for FP 3 devices you need to copy the DBS_101FD685_BrowserBookmarks.db that I included a download link to, copy that to the C:\Private\100012a5, overwriting the original file!
    Then restart your device...
    After you do that the only folders that you will have by default are...
    Web Feeds
    Auto.Bookmarks
    They are left because they are related to the browsers settings...
    FP3 replace db file
    http://rapidshare.com/files/183216086/FP3.rar

  • How to remove "notes" link in Mail.app

    I just upgraded from 10.5 to 10.6, now that there is a version of PGPMail which works with Mail 4.0. The new Mail.app is showing a "Notes" item, which I've never seen before, and which I don't want. Call me strange, but I use Mail for email, not as a notepad.
    I've found several hints telling how to make Mail.app store them on the local hard drive instead of in an IMAP account, but nothing I've done is making that "Reminders > Notes" item in the folder list go away. Again, I don't want to see it at all.
    I was able to delete the one RSS feed they insist on subscribing me to, and that made the RSS group go away. Is it possible to just turn off the "Notes" functionality entirely? It's a feature I don't want, I won't use, and to be honest I don't understand why Apple added it to Mail.app to begin with.

    No, Default iOS Apps cannot be removed. You can however remove the account from Settings->Mail, Contacts, Calendars so the Mail app no longer fetches your email and as such no longer beeps when there is mail.

  • How to remove Nav-links from mac?

    Today when I start my computer, I notice that there was many Nav-links in every webbpage I visit. They are promoting ads and creating traffic in my mac and I do not like it.
    Everyone can help me to remove them?

    The Reset Firefox feature can fix many issues by restoring Firefox to its factory default state while saving your essential information. <br>
    '''Note''': ''This will cause you to lose any Extensions and some Preferences.''
    *Open websites will not be saved in Firefox versions lower than 25.
    To Reset Firefox do the following:
    #Go to Firefox > Help > Troubleshooting Information.
    #Click the "Reset Firefox" button.
    #Firefox will close and reset. After Firefox is done, it will show a window with the information that is imported. Click Finish.
    #Firefox will open with all factory defaults applied.
    Further information can be found in the [[Reset Firefox – easily fix most problems]] article.
    Did this fix your problems? Please report back to us!
    Thank you.

  • How to remove dashboards

    Hi ,
    We have a new RPD (BI analyticsApps). It has so many dasboards by default in presentation services. How can i clean those Dasboards. I want to build my own Dashboards.
    Thanks

    You can either delete or hide the existing dashboards using Manage Interactive Dashboards from Administration. Incase you don't want to make use of any pre-built dashboard then just give a default name say your project name in instanceconfig.xml file and restart your services. This will automatically create a blank catalog and then you can go for creating custom dashboards....

  • How to remove attachment link from header!!

    Hi All,
    I have created a Process in CAF-GP design time workbench. There are 5-6 actions/process steps in this process. End user is accessing this process through Web Dynpro iView in portal.When the end user access the actions/process activities steps of this process, a link called 'Attachments' is displayed to him/her. By following that link, user can create attachments in that step. I want to hide/disable that link. Is it possible to do it somehow through configuration? If not how should I proceed?
    Thanks in advance..
    Regards,
    Dharam Vir
    +1-847-938-4218

    http://free.avg.com/us-en/linkscanner-mac
    I have no experience with that particular software but such things are usually garbage. There has been at least one crash report attributed to it and it may not be compatible with Mavericks.
    Edit: I can find no obvious way to uninstall it from perusing its website. If you contact them (phone number is 510 771 1717) do not permit them to remotely access your Mac. That is an invitation for illicit activity and even more trouble.
    AVG may demand money from you to help eradicate their junk from your Mac. If they do, refuse. If you don't get anywhere with them write back for suggestions.

  • How to remove a link from a pdf file

    I am reading a pdf file using preview. I is a freely available research article. While marking words to look them up in the dictionary I noticed on two of the 40+ pages, the curser had changed from the "mark text"-symbol to the hand symbol as one would expect when hovering over a link. When I click on the pdf page safari opens up and lead me to the publishers website offering distantly related articles to the one I am reading at the moment. When I open the exact same pdf file in adobe acrobat 11, no such behaviour can be observed. Is there an explanation for that, more importantly can I switch the link of?
    many thanks
    Chris
    Running mountain lion .4, Safari 6.0.5, preview 6.0.1 and Adobe acrobat 11.0.02
    file in question: http://www.demographic-research.org/Volumes/Vol22/34/

    Archana,
    Can you wrap your code in <code> tags (use square brackets rather than angled ones), as the forum software is interpretting the HTML tags, in other words we can't see what you mean ;)
    In any case, there are a few different options (guessing at what your problem is, without seeing the actual data), you could use htf.escape_sc or replace, regexp_replace etc to substitute the values before you output them to your PDF.
    Hope this helps,
    John.
    Blog: http://jes.blogs.shellprompt.net
    Work: http://www.apex-evangelists.com
    Author of Pro Application Express: http://tinyurl.com/3gu7cd
    REWARDS: Please remember to mark helpful or correct posts on the forum, not just for my answers but for everyone!

Maybe you are looking for

  • Need to connect MacBook Pro to older TV

    I have a MacBook Pro and an "old" Sony Trinitron TV. I want to output the computer to the TV screen. What do I need? Web searches have been confusing and uncooperative. This is what the back of my TV looks like. http://oi52.tinypic.com/2a9zoqx.jpg

  • Network Manager SOLVED!

    So, I just installed Arch last night, and I'm really proud of myself for getting almost everything working on my first try. However, there is still one thing that I'm still having problems with, NetworkManager. I installed both it and the NetworkMana

  • Copying Saved Data/Folders to a Fresh Install of Tiger

    Hi Gang My thanx to Kappy and Macjack for providing the file paths and information below. I'm doing a fresh install in a new HD. Have done this many times. Just making sure about a few things. I'm interested in the following Data/Folders which I will

  • Where is the Ultrabeat samples folder on HD?

    When I go the below folders, there are no items in the Ultrabeat folder. library/application support/logic/pluginsettings/ultrabeat So where do I put my drum samples so that I can build my own Ultrabeat drum kits? I'm using OS 10.5.2 with Logic Expre

  • Is there any software/shareware out there for translating books on CD to m

    I'd really like to get novels onto my Zen Micro. Thanks for any help. Alura.