Default saved query selections

Hi,
Can we have a saved query functionality without the ability to set the defaults for other users? We do not want our users to change or set the default values for all the users.
Thanks
AK

Basically, I do not want my users to set their own defaults for the prompts and then save the selection for all the users. How can this be done?
Can this Page option, "Save Current Selections -> For Others" be disabled for the users.
Thanks
AK
Edited by: 864820 on Jun 9, 2011 8:05 AM

Similar Messages

  • Saved query selections

    hi :
    Can users save their own query’s using new selection process(s) in OBIEE 11 ir when user logs in and selects some prompt selections and can they save them and access the saved one once they log in back . If yes, can anyone send me the links for some documentation.
    Thanks
    Aj

    Users can save their own prompts as their selections using Save Current Customization feature under edit dashboard link. see attached image.
    <IMG>http://i53.tinypic.com/2a6w8pv.jpg</IMG>

  • How to set default value in select option for ABAP query

    Hi experts,
    What is the way to set up default values for select-options in ABAP query.
    e.g.
    I have one field 'Year' in my ABAP query selection screen.
    I want value of current year to be appeared here whenever user execute report
    Thanks in Advance
    -Harkamal

    Hi Harkamal,
    execute your Query via SQ01. On Selection-Screen
    goto save Variant. Mark your field
    as selection variable an press Button election variable.
    Take variable from TVARV and use it.
    Than save the Variant.
    Look at TVARV if the 'Year' is updated to the actualYear!
    regards, Dieter

  • Always displays the default saved search in af:query

    hi,
    The saved search drop down lists the saved searches but could not select another saved search. The dropdown selected value always point to the default saved search, as well as it's UI in criteria region. The same behavior in saving a new search, it will always refresh to the default. What seems to be the problem here? The current QueryDescriptor point to the new search but the UI always displays the default.
    Thanks in advance.

    Found the solution. The queryDescriptor getter calls again the default value that's way it doesn't change. Thanks for the time.

  • How do I default a multi-select to have all values selected

    Hi all,
    I have a report (standard, not interactive - for various reasons) and I have a number of 'search' fields that the use can use to fulter the results shown. One of these fields is a multi-select list which allows the users to select multiple values at the same time. This is working fine.
    My problem is in setting the default for the multi-select list to have all values selected (either when the page is first opened or when the user clicks a 'reset' button).
    The multi-select query is:
    select
         lv1.description d, lv1.lookup_code r
    from
         tpa_adm_lookup_types lt1,
         tpa_adm_lookup_values lv1
    where
         lv1.lookup_type_id = lt1.lookup_type_id
    and lt1.lookup_type = 'RELEASE_PHASES'
    and     lv1.delete_flag = 'N'
    order by 1
    how do I get it to default to everything selected?
    Many thanks,
    Martin

    Hi Andy,
    Yes it is a dynamic list so a fixed default is no good.
    I have built the field with a source (when session state is null) of:
    with data as (
    select lookup_code, row_number() over(order by lv1.description) rn,count(*) over () cnt
    from tpa_adm_lookup_values lv1,
         tpa_adm_lookup_types lt1
    where lv1.lookup_type_id = lt1.lookup_type_id
    and lt1.lookup_type = 'RELEASE_PHASES'
    and lv1.delete_flag = 'N'  )
    select ltrim(sys_connect_by_path(lookup_code,':'),':') catvalues
    from data
       where rn = cnt
       start with rn = 1
       connect by prior rn = rn-1;which works but I was hoping ApEx had a cleaner solution.
    Regards,
    Martin

  • Default Saving Location Adobe Reader Version 11.0.1

    Default Saving Location Adobe Reader 11.0.1 -
    Since upgrading to Reader XI the default saving location no longer works. So esssentially in previous versions The file path would default to the last place you saved a document, so when saving multiple documents in the one file path it wasn't time consuming.
    Since upgrading it does not do this anymore and you have to select the file saving path each time you open a new PDF, which adds to the time to save multiple documents, so currently I guess it just opens a temporary folder each time you select Save As.
    Can you please advise the setting that needs to be altered to fix this.
    Thanks

    Thank you.  We have tried that but it has not made any difference.  Adobe still requires a new file name to save the file.

  • HIER_NODES in Query Selection

    Hello Guru's,
    I can choose in my Query selection one hier node. On the right side in the selection, i see the technical name,
    for example hier with cost center
    HIER01/TR32000 Istanbul
    on the left side, i see only Istanbul, no technical name. Where can I make changes for this.
    THANKS..
    SEMI
    USER EXIT  in Query ???
    Edited by: SemihS on Feb 4, 2010 8:45 AM

    Thanks Martin,
    But know i am facing a problem
    This is the i wrote:
      WHEN 'ZRANDATE'.
        IF i_step EQ 2.
          READ TABLE i_t_var_range INTO loc_var_range
               WITH KEY vnam = 'ZRANDAYS'.
          IF sy-subrc = 0.
            move loc_var_range to wl_tot_days.
            READ TABLE i_t_var_range INTO loc_var_range
                 WITH KEY vnam = 'ZRANDATE'.
            IF sy-subrc = 0.
              wl_date_ini = wl_date_fin - loc_var_range.
              l_s_range-high = wl_date_fin.
              l_s_range-sign = 'I'.
              l_s_range-opt = 'BT'.
              l_s_range-low = wl_date_ini.
              APPEND l_s_range TO e_t_range.
            ENDIF.
          ENDIF.
        ENDIF.
    Where zrandate is a variable of 0calday and the zrandays is user entry default value, the range of dates was not created correctly... when i try to debug (rsrt2) iam never be in i_step eq 2. What is wrong here? 
    Best Regards ans Thanks In Advence
    Message was edited by: Juan Carlos Diez de Medina
    Message was edited by: Juan Carlos Diez de Medina

  • Running a saved Query in SAP2005

    Hi
    I want to repeatedly run a saved query from my application which I can do with the activatemenu command. One of our guys wants a list of current support calls on screen, I will update this every few minutes.
    The problem I have is that a system message appears on screen that you must press enter on.
    An ideas how I can clear that message so I can display the next query please ?
    Thanks
    Regards Andy

    This snippet seems to work. Well... most of the time:
                   p_old = Cursor.Position
                   Cursor.Position = New System.Drawing.Point(1, 1)
                   SBOApplication.StatusBar.SetText(System.Windows.Forms.Application.ProductName & ": A click on 'OK' is needed in the case that the 'System Message' window does not get closed by itself in 30 seconds.", SAPbouiCOM_BoMessageTime_bmt_Long, SAPbouiCOM_BoStatusBarMessageType_smt_Warning)
                   frmQuery.Select()
                   frmQuery.Items.Item("15").Click()                ' Edit button - Disables editing
                   System.Threading.Thread.Sleep(500)
                   SendKeys.Send("{LEFT 100}{ESC}")               'Fill the keyboard buffer with harmless keystrokes + ESC to clear the 'System Message' window
                   frmQuery.Items.Item("1").Click()                ' Execute
                   SendKeys.SendWait(("{LEFT}"))               'wait that all keystrokes are processed
                   Cursor.Position = p_old
    HTH
    Juha

  • How to pass a default value in selection screen of logical database pnpce

    Dear All,
    Can any one tell me how to pass a default value in selection screen of logical database pnpce .
    Regards
    Rakesh Singh

    Hi Rakesh,
    Go to SE36 (logical database Builder).First enter PNPCE in Logical Database and press documentation,here you will get the details of exactly what is PNPCE and how it works.After that select selections in subojects in se36 only and enter display ,there you have the include from where you acn get the idea.
    Regards,
    Rahul

  • How to set a default value in Select one choice.

    Hi
    I'm using ADF BC, in that how to set a default value in select one choice.
    pls. help on this.
    regards

    set the default value on the underlying EO or VO attribute
    john

  • Getting the MDX query select error when running a webi report on BI query

    Getting the following error when running a webi report on BI query :
    A database error occured. The database error text is: The MDX query SELECT  { [Measures].[D8JBFK099LLUVNLO7JY49FJKU] }  ON COLUMNS , NON EMPTY [ZCOMPCODE].[LEVEL01].MEMBERS ON ROWS FROM [ZTEST_CUB/REP_20100723200521]  failed to execute with the error Unknown error. (WIS 10901).
    I have gone through many threads related to this error. But not able find the steps to follow for resoultion.
    Please help in this regard.
    Thanks,
    Jeethender

    The Fix Pack is also for Client Tools--it is a separate download.  Please see the text below for ADAPT01255422
    ADAPT01255422
    Description:
    Web Intelligence generates an incorrect MDX statement when a characteristic and a prompt are used.
    The following database error happens: "The MDX query ... failed to execute with the error
    Unknown error (WIS 10901)."
    New Behavior:
    This problem is resolved.
    This information is also available in the Fixed Issues document for any Fix Pack greater than 2.2.

  • Check box in SAP Query selection screen

    I want to keep 2 check box in SAP Query selection screen.
    could you please tell me any one.
    regards,
    kumar

    Hi Vijay,
    If these check boxes are the fields in the table you are using then you can do it in SQ01, otherwise you may required to make the changes in the standard code generated for that query.
    You can find the name of the generated program of the query when you execute the query.
    Reward points if useful.
    Regards,
    Atish

  • How can I set the default saving setting in Acrobat 9 to Acrobat 1.4 Compatibility

    How can I set the default saving in Acrobat 9 to Acrobat 1.4 Compatibility...
    My imposition program requires 1.4 compatibility - it handles files from acrobat 8 perfectly - however to use from 9 i have to re-postscript and redistill.
    Ive tried saving as optimised but it doesnt always work.
    I cant seem to find anything in the settings to change it....
    Can anyone enlighten me please??
    Paul

    fatdouglas wrote:
    Ive tried saving as optimised but it doesnt always work.
    I cant seem to find anything in the settings to change it....
    Can anyone enlighten me please??
    Paul
    In your Optimize settings if you set it to "Make Compatible with Acrobat 5.0 or Later" it will bring it down to PDF 1.4

  • SA 520 error every 10 seconds: sqlite3QueryResGet failed.Query:SELECT * FROM networkInterface WHERE interfaceName=\'bdg1\

    Hi all,
    On a SA 520 I got this error, every 10 seconds:
    sqlite3QueryResGet failed.Query:SELECT * FROM networkInterface WHERE interfaceName=\'bdg1\
    Internet access was very spoty and I couldn't reach the firewall administration on the LAN interface. Had to shutdown the appliance to get it working again.
    Firmware version is 2.1.7.1
    What could have happenend?
    With kind regards,
    Jeroen

    Hi, everything in the "Quick Reference" section should be commented out with ;
    You should change those settings further down in the php.ini file.
    Example:
    error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT
    display_errors = Off
    Last edited by adrianx (2013-07-26 12:32:02)

  • Symbol as default in a selection screen in alv

    hi all,
    how to bring GE(>=) symbol as default in a selection screen in alv report.
    by
    Ramesh.

    Hai Ramesh,
    Create Pushbuttons in selection screen ,In pushbutton write the ' >=' instead of providing the text.
    Try like this may be u will find the answer,
    REPORT DEMO.
    TABLES SSCRFIELDS.
    DATA FLAG.
    SELECTION-SCREEN:
      BEGIN OF SCREEN 500 AS WINDOW TITLE TIT,
        BEGIN OF LINE,
          PUSHBUTTON 2(10) BUT1 USER-COMMAND CLI1,
          PUSHBUTTON 12(10) TEXT-020 USER-COMMAND CLI2,
        END OF LINE,
        BEGIN OF LINE,
          PUSHBUTTON 2(10) BUT3 USER-COMMAND CLI3,
          PUSHBUTTON 12(10) TEXT-040 USER-COMMAND CLI4,
        END OF LINE,
      END OF SCREEN 500.
    AT SELECTION-SCREEN.
      CASE SSCRFIELDS.
        WHEN 'CLI1'.
          FLAG = '1'.
        WHEN 'CLI2'.
          FLAG = '2'.
        WHEN 'CLI3'.
          FLAG = '3'.
        WHEN 'CLI4'.
          FLAG = '4'.
      ENDCASE.
    START-OF-SELECTION.
      TIT  = 'Four Buttons'.
      BUT1 = 'Button 1'.
      BUT3 = 'Button 3'.
      CALL SELECTION-SCREEN 500 STARTING AT 10 10.
      CASE FLAG.
        WHEN '1'.
          WRITE / 'Button 1 was clicked'.
        WHEN '2'.
          WRITE / 'Button 2 was clicked'.
        WHEN '3'.
          WRITE / 'Button 3 was clicked'.
        WHEN '4'.
          WRITE / 'Button 4 was clicked'.
        WHEN OTHERS.
          WRITE / 'No Button was clicked'.
      ENDCASE.
    This example defines four pushbuttons on a selection screen that is displayed as a dialog box. The selection screen is defined in a statement chain for keyword SELECTION-SCREEN.
    If the text symbols TEXT-020 and TEXT-040 are defined as 'Button 2' and 'Button 4', the four pushbuttons appear as follows on the selection screen displayed as a dialog box.
    CLI1, CLI2, CLI3 and CLI4 are used for <ucom>. When the user clicks one of the pushbuttons, the AT SELECTION-SCREEN event is triggered, and the FLAG field is set. The FLAG field can be further processed during subsequent program flow after the user has chosen Execute.
    Refer the above code, and make change just to clear all the fields in the selection screen, when corresponding push button is clicked..
    May be this answer is helpful to u.
    Regards,
    Skumari

Maybe you are looking for