Dashboard grouping without change in Config files

Hi Experts,
This has been asked many times,
To group the dashboards , we need to create the required dashboards under the same Group folder and need to ensure that the entry in the config file is set correctly.
Now here my problem starts ,
Lets consider that the concerned entry in the config file has been set to default which is I think 15.
Test Dashboard should have Three dashboards tagged as drop down for Test Dashboard,i.e when user clicks on Test dashboard he should see
Test-->
A
B
C
Now my problem is when someone who has access to more than 15 dashboards logs in , he sees the drop down menu dashboards but when a user who has access to let say 10 dashboards then he does not sees the required dashboards grouped but the individual dashboards appear separately i.e A B C.
I don't want to make any change in Config file now, is there anyway we can achieve this.
Thanks

Thanks for the reply, but I don't have any occurrence of the mentioned entry at all.
Still for some users I can see the grouping work while for some the grouping does not works. I am really wondering about this happening.
As per Oracle Presentation Administration Guide
"Oracle Business Intelligence typically displays the names of individual dashboards across the top of
the screen. To minimize the amount of screen space used for this, when there are more than 15
dashboard names to display, Oracle Business Intelligence creates a drop-down list from which users can choose the dashboard to view."
I don't think this requires a entry, having a entry is important only when you want to control the number of dashboards after which the drop down should work.
I would really like to know if anyone else has faced this issue before.
If anyone has any suggestion or can throw some light on this, it would be really helpful.
Thanks,

Similar Messages

  • How to limit row number per group without change new page in crystal report

    Hi All Expert,
    Is there any way to limit row number per group without change new page in crystal report 2008. The reason i do that is due to customer using printer EPSON LQ 300 (dot matrix) always will print in landscape if detech my layout in landscape. Because they need the record always print in 1 page (Letter size) for 2 groups and each group must show 5 records. Example:
    But, in CR2008, if you set the row per group from group section expert, definitely it will change to new page, but I do not want it change to new page. Any Idea?
    In one page (Letter size):
    Group Name: Customer-ABC
    NO  INVOICE  AMOUNT
    1)   INV001     USD100
    2)   INV002     USD100
    3)   INV003     USD100
    4)   INV004     USD100
    5)   INV005     USD100
    Group Name: Customer-ABC
    NO  INVOICE  AMOUNT
    6)   INV006     USD100
    7)   INV007     USD100
    8)   INV008     USD100
    9)   INV009     USD100
    10)  INV010     USD100

    Hi Angie.....
    I guess it is not possible.
    Because if you have one common group for all the 10 records then in one page it will show 10 records under one group.
    I mean i think it is not possible but m not completely sure......
    Lets wait for expert advise....
    Regards,
    Rahul

  • How can i change about:config file ? where is it saved ?

    I see that it is impossible to start private browsing and navigate url in this private browsing programmaticaly.
    So it seems like this may be a solution for me.
    Which file does hold about:config ? So i can change it to start private browsing as default with a software and when done revert it to back.
    Thanks.

    Prefs that do not have the default value have their modified value stored in the prefs.js file in the Firefox profile folder.
    You can create a user.js file with this line to make Firefox start in Private Browsing mode.
    *user_pref("browser.privatebrowsing.autostart", true);
    Firefox read the user.js file on every start, so as long as this file is present then Firefox will start in Private Browsing mode.<br />
    You can either move (copy) or rename this file to enable and disable it.
    *http://kb.mozillazine.org/user.js_file

  • UWC change in config files

    Hello ,
    I have JES 05 Q4 installed.
    I deployed, Communications Express (UWC) in the web server.
    I did some changes in the configuration file "/opt/SUNWuwc/WEB-INF/config/uwcconfig.properties".
    I want the change to take effect. I restarted the web server, but it didn't take the change.
    How to make the change effective?
    Thanks

    i guess, u need to do the following
    /opt/SUNWics5/sbin/stop-cal
    /opt/SUNWics5/sbin/start-cal
    hope this helps

  • SPA122 Timezone Change via Config File

    Hi,
    I have been modifying the default XML cfg file that is created by the config compiler for the SPA112/122. Everything has been going smoothly apart from the time settings. On the SPA122 the config reads as follows:
    <Time_Setup>
    <Time_Zone>-08 1 1</Time_Zone>
    <Auto_Adjust_Clock>1</Auto_Adjust_Clock>
    <Time_Server_Mode>manual</Time_Server_Mode>
    <Time_Server>europe.pool.ntp.org</Time_Server>
    <Resync_Timer>3600</Resync_Timer>
    <Auto_Recovery_System_Time>0</Auto_Recovery_System_Time>
    <Time_Mode>1</Time_Mode>
    </Time_Setup>
    Now the "-08 1 1" under the timezone entry is for US Pacific Time, so GMT -08. I need to make the entry GMT 0 for UK time. I have tried a few different strings but these get ignored everytime. Does anyone know the options you have under this entry or what to set for UK time?
    Best regards
    Rob

    Try to set the GMT 0 in the web GUI and get the xml config using this special url:
    http://SPAIPaddress/admin/config.xml
    In this way you can find the exact value used by SPA.
    Regards.

  • Single Go button for all prompts - without making changes to system files

    Hi All,
    I went thru several threads and blogs which suggest to do certain changes in the .js files to get a single go button for a group of prompts (saved as individual objects)
    Is it possible to have single go button in 11g for prompts which are saved separately without changing the system files?
    Many Thanks,
    RS

    Hi,
    I dont think so. But in 11.1.6 version there is a feasibility to avoid apply and reset buttons. so that will make to appear all the prompts together.
    And you can try to built a common prompt filter with all the columns, but it will be bad and cause lots of problems.
    Hope this helped/ answered.
    Regards
    MuRam

  • How can I add a new vaiable to the file loaded by Property Loader without changing my script

    I have an input file to my script that I load via Property Loader. The number of parameters in the input file may change from test to test.. Is it possible in some way to add a new parameter without changing the sequence file?
    Is there for example a way to make the Property loader read parameters until end of file, and put the parameter into a temporary variable in my script?
    Hope there is a way to resolve this.
    Cheers
    Claus Christophersen

    Claus,
    The solution you have is a valid one.
    Basically you have a variable (global or local) and you import the expected parameter to this variable before you pass it to the hardware.
    You use that variable as the input parameter you pass to your hardware of course.
    You have to modify your source file depending on the test type you want to execute every time you want to change the test type though.
    Another solution would be to use Data Markers in your file to separate the variable values corresponding to each test type.
    Check the example I am attaching.
    At the beginning I prompt the user for the Test Type (Type I or Type II).
    Based on the type, I import the corresponding variables from the source file using Data Markers.
    If you have questions let me know.
    Attachments:
    SourceFile.zip ‏8 KB

  • How to name individual clips without changing the name of the original file...?

    Hi,
    Theres likely to be a really simple solution to this, but i can't find it! I've done my in & out points, i've created a new clip and i'd like to give it a unique name. When i rename the clip the original file name also changes. How can i rename the new clip without changing the original file name?
    Please help,
    Thanks
    Ed

    Either make the clip a subclip or convert it to a new master clip. Both can be done in the Modify menu.

  • Edit metadata without changing modified file date

    I'd like to use Bridge (CS4) to edit metadata in both JPEGs and RAW files, without changing the original file date/time stamp.
    Any way I can do this? Thanks.

    Thanks. I'm familiar with the file date utilities available (I've even written such a program myself), but it seems like an awkward solution.
    Since first posting this question, I discovered that I can keep my raw files untouched, by selecting Camera Raw Preferences > Save image settings > Sidecar .xmp files.
    I'd like to see a similar setting for JPEG images as well. Please?

  • I was infected by a virus and this changed proxy config to 127.0.0.1:64727, i removed the virus, but every time i start firefox i find the proxy configuration made by the virus.is there any config file i can change ?

    I was infected by a virus (i can't remember the virus name). Antivirus removed it, but i think it changed some config file on FF, 'cause every time i try to restart it , i find it configured to use proxy 127.0.0.1:64727. I change every time the config, i also tried to change the config on the about:config and set network.proxy.type 5 , no port and no network proxy (so it's all on default) . I changed the config on the gui, i removed the config from windows registry ( IE and chrome start normally, with no proxy), but every time i restart FF i find the proxy config there. How can i fix it ?

    I had the same problem.
    Solution
    '''Clear Virus First'''
    -clear virus using either anti-virus or manually going into task manager and figuring out which processes are bad.
    -If the manual way, go through each process in task manager and right click to "open file location". Depending on where it is located and the name of the process, you can google the process name online to see if it is bad.
    -Delete the bad process file and as added security, create a folder using the name of the process so the file can't be recreated later. (example: If I had a virus "3dcr.exe" in folder c:\user, then delete "3dcr.exe" and create a new folder c:\user\3dcr.exe\ )
    '''Fix Proxy Settings'''
    -If your browser points an proxy server and you can't change the settings because every restart of firefox returns the settings back (even after changing in about:config or prefs.js or options>advanced>network>settings). The answer is to uninstall firefox with all its user preferences and the reinstall it.
    *I know it is a bit brute force, but it was the only method I found to work. Just be sure to save your bookmarks first.

  • Makepkg, upgrade and config-files

    Hello,
    At the moment I work on a package for the programm "vdr". Without any start-parameters (in this case: -c /etc/vdr) vdr save and load its config files in the folder /mnt/vdr-recordings. 
    In the future i would like to use the start-parameter (-c /etc/vdr). With this parameter vdr loads its config files from /etc/vdr.
    vdr creates some default config files during the make process. Afterwards I copy the files from /mnt/vdr-recordings to /etc/vdr.
    This work fine 
    Now my problem: ;-)
    If I want to update vdr with a new version (pacman -U vdr-1.3.35-2.tar.gz), pacman overwrite all config files in /etc/vdr, although I changed the config files after installing vdr the first time.
    According to the pacman manual pages, pacman should decide not to overwrite the file, if I have changed the installed ones (in /etc/vdr)
    And finally the question ;-)
    Is there any way to declare the config files in /etc/vdr as "true config files" and handle it, like pacman should do it?
    The PKGBUILD:
    pkgname=vdr
    pkgver=1.3.35
    pkgrel=2
    pkgdesc="A video disk recorder softcam-plugin support"
    url="http://www.cadsoft.de/vdr/"
    #license=""
    #depends=(libjpeg)
    #makedepends=()
    #conflicts=()
    #replaces=()
    #backup=()
    #install=
    source=(ftp://ftp.cadsoft.de/vdr/Developer/$pkgname-$pkgver.tar.bz2
    ci.h.patch
    dvbdevice.c.patch
    pat.c.patch
    sclink.h.patch)
    md5sums=('c47d505bdf30bed26f6e82a47bb39b98' 'e97f8f07f4465b767c1159f13778d1b3'
    '5169351e752ed42b96355235fb7ca1cc' '387a7c7c56c9b6bf9e98889994a3f159'
    '3f7bab8b80f440a5ab88453bd4b89b84')
    build() {
    cd $startdir/src/$pkgname-$pkgver
    patch -Np1 -i $startdir/src/ci.h.patch || return 1
    patch -Np1 -i $startdir/src/dvbdevice.c.patch || return 1
    patch -Np1 -i $startdir/src/pat.c.patch || return 1
    patch -Np1 -i $startdir/src/sclink.h.patch || return 1
    make NO_KBD=1 || return 1
    make plugins
    make BINDIR=$startdir/pkg/usr/bin/ MANDIR=$startdir/pkg/usr/man/ VIDEODIR=$startdir/pkg/mnt/vdr-recordings/ install
    mkdir -p $startdir/pkg/etc/vdr/plugins
    mkdir -p $startdir/pkg/usr/lib/vdr
    cd $startdir/pkg/mnt/vdr-recordings/
    install -D -m644 ca.conf $startdir/pkg/etc/vdr/ca.conf
    install -D -m644 channels.conf $startdir/pkg/etc/vdr/channels.conf
    install -D -m644 diseqc.conf $startdir/pkg/etc/vdr/diseqc.conf
    install -D -m644 keymacros.conf $startdir/pkg/etc/vdr/keymacros.conf
    install -D -m644 sources.conf $startdir/pkg/etc/vdr/sources.conf
    install -D -m644 svdrphosts.conf $startdir/pkg/etc/vdr/svdrphosts.conf
    rm ca.conf channels.conf diseqc.conf keymacros.conf sources.conf svdrphosts.conf
    cd /usr/src/
    rm -rf $pkgname-$pkgver/
    mkdir -p $pkgname-$pkgver/
    cp -r $startdir/src/$pkgname-$pkgver/* $pkgname-$pkgver/
    rm -f vdr
    ln -s $pkgname-$pkgver vdr
    Thanks for your answers 
    Greetings
    Flasher

    You need to use the backup field.
    List the config files you don't want pacman to overwrite:
    backup=(etc/vdr/configfile1 etc/vdr/configfile2)
    And do not put the leading /  because it won't work.

  • [SOLVED] All input devices off through synaptics config file

    Hello guys,
    It seems that while I was experimenting with synaptics configuration file (/etc/X11/xorg.conf.d/10-synaptics.conf) I turned all input devices off, and as you may assume I can't change this.
    Is there a way to fix this issue?
    I was trying to use an live CD and change the config files but I realized that are read-only files.
    Thank you very much in advance.
    Einkilink
    Last edited by Einkilink (2012-10-18 15:11:58)

    Thank you for your answer WonderWoofy,
    I tried to switch to a tty but it is not possible, it seems to me that the keyboard is not even active as well as the touchpad or connected usb mouse's.
    Is there a way to start Arch directly without X, maybe modifying something at the GRUB sequence or during loading of the services an so son?
    How can I do it?
    Thank you.
    Einkilink

  • Should I use .INI or .XML config files on cRIO?

    I'm looking to make a configuration file for an application running on a cRIO-9022. It will contain a small amount of configuration data (like numeric offsets, file paths, and IP addresses). I have 2 questions:
    1) Which file format should I use (.ini or .xml)? I have used .INI in the past because it is human readable/configurable with notepad, but it seems like .xml is becoming the new standard
    2) I would like to be able to modify config parameters on the PC that connects to the cRIO. What is the best way to modify the config file if it is stored on the cRIO hard disk (FTP the file to PC, make changes, FTP back? Network Streams?)
    --CLD--
    LV 6.1, 8.6.1, 2011 SP1, 2012 SP1

    JimMacD wrote:
    Thanks for the info.
    Any clever ways of accessing and changing the Config File data from a LV application running on a PC that doesn't require manually editing the file? I want the operator to just be able to click a button that says "cRIO Config", open a dialog, and change the values from there.
    uhm.... Yes!
    In This Post I show a bit of my hand on just exactly what I keep in a ini.config file (wel,l 1 section of a config file)  It would be nearly idiotic of me to not provide a Config editer since there are numerous Enum type defs in the delimited value for each key.  so since I, as the developer, know what sections (and possibly keys) are there I can read the file and load them to indicators on a config editor GUI.
    I've actually done this two ways-
    1) a seperate app that only "admin Engineers" know the location of "Launch Config editor.exe.
    2) In the application referanced above I have a button that opens a MODAL panel to edit the file (remember- I know what is in the file).   Users need permissions (Users- Passwords and permissions are kept in a config file, of course!) to even display the "Edit Sequence" button. but the "super user" can edit the step parameters. 
    HINT: one of these "Steps" loads a xml file to expose telnet commands and config for the uP on the DUT.   I expect the firmware on the Linux DUT will change in the future and did not want to rebuild my app whenever a typo was fixed in a command line tool.  BUT, since there are "special characters" that do not fit nicely into a .ini I exposed the telnet commands and line ends IP address and the login script  in a xml file.
    I know this did not directly answer your question!  but It should provide some food for thought.
    If you can share your data structure- I can be more specific. 
    Jeff

  • Advice on config file

    Hi guys and gals. I currently use a config.ini file for all my database set up (URL, driver manager, etc). My application is made up of two JAR files, one for the server-side, one for the client. I have put my config file in with my JAR and call it like so:
    InputStream is = ClassLoader.getSystemResourceAsStream("com/dmsltd/rmi/config.ini");
    As you can see I have put it into the rmi package of my application. Is this a sensible place? I am starting to think not. Would it make more sense to have the config.ini file outside my JAR file? The reason I ask is what if the network administartor at a site decides to change the IP address of a machine, or decides to use a different port number for RMI calls...this would require changing the config file + re-archiving. If the config file was called from outside the JAR, all that would need to be changed would be the config file.
    If anyone can steer me in the best direction, I would be ever so grateful.

    I suspect I wouldn't be able to use the ClassLoader to access a file from outside the JAR file. Not so, the technique you used there should find the file anywhere in your classpath. So it doesn't have to be in a JAR file, it could be in a directory in your classpath.

  • Dashboards web service config file set up

    I am new to dashboards and want to understand, how do we make a web service connection to the dashboard?
    We previously had the web services set up and never got a chance to set it up, but now there is a need to set it up in our own machines.
    The issue exactly being faced right now is:
    we tried setting up the web service config file and it works when we execute it ( i.e. I get a URL) but it comes as
    http://localhost:2910/QueryService.asmx
    which we tried using as  " http://localhost:2910/QueryService.asmx?wsdl " in the dashboard connection manager and i am able to get the methods (runSQLQuery etc).
    When trying to see the dashboard in the bo Infoview, we get the below error:
    To access external data, add a Cross Domain policy file  to the external data web server.
    Please help me in understanding the issue and significance of all these things.
    Any help would be appreciated.
    Thanks,
    Khushboo

    First of all change localhost to proper host name or IP address in connection.
    You need to place crossdomain policy file in the root of the web server. Please check this for details:
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/40c58930-c78f-2f10-cf82-8b90999065cc?overridelayout=t…
    http://www.adobe.com/devnet/flashplayer/articles/cross_domain_policy.html

Maybe you are looking for

  • How to make a table of annual data from a table of quarterly data?

    I've got a table of quarterly data. I'd like to create a table of annual data, where each cell has the sum of the four cells for the four quarters that make up a calendar year. I can do this by pasting a formula into every 4th cell of a second column

  • SQL LOADER LPAD CONTROL FILE QUESTION

    Hi, inthe flat file company_cd is "1" or "01" and center_cd is 3 digits... ex: "493" in the table the userid coulmn should be 6 digits currently i am getting this as userid in the table "010493" is right, because company_cd is "01" "10493" is not rig

  • Nested styles: I can't seem to make this work

    I can't seem to do this nested style: All Adobe Garamond. Headline: 24/25 centered. Return. Byline: 9/10 centered, stacked. "by" is italic with a .5, one inch wide  rule above. Return. Author's name is small caps with the same rule below. Return. Bod

  • Forms Personalization to FUND ALLOCATIONS form in Oracle EBS 12

    When entering a Funding Allocation in the Funding Workbench in the Contract Organizer, the system defaults the Effective Data from the Funding Workbench into the Effective From field in the Funding Allocation. I need to overwrite that date with the c

  • How to make the condition tab screen to inactive mode while posting VF01

    Hi Experts, Im an Abapper, I need your advise here. Please understand my issue/requirement that, I have to make the item conditions tab in display or deactivate mode to prevent users to change or create the price or conditions while posting VF01. As