How to diasable Data Edit in Query Builder?

Is there a way to disable Data Edit in Query Builder in Dev6? When QB was part of Discoverer as Browser it was possible via BROWSER_PROFILE. The QB now ignores this neither it have any table instead. There is note in help that the feature is disabled by default and admin should have to enable it, but, seems, it is occasionally left from previous releases.
TIA,
Uldis

Hi,
What did you mean the “string”? What did you want to do to use the string parameter?
Did you mean managed properties?
If you mean the managed properties, you can just select the managed properties in the query builder, the query builder would automatically generate the path.
There are some articles about the query builder for your reference.
http://en.share-gate.com/blog/sharepoint-2013-content-search-site-portal
http://blogs.technet.com/b/mspfe/archive/2013/02/01/how-query-rules-and-result-sources-can-be-used-to-customize-search-results.aspx
What’s more, there are some restrictions for KQL, you can also have a look at it.
http://msdn.microsoft.com/library/ee558911(v=office.15)
Thanks & Regards,
Jason
Jason Guo
TechNet Community Support

Similar Messages

  • Enabling the Data Editor in Query Builder 6

    Hi,
    The help in Query Builder 6 says:
    Note: Because the Data Editor enables you to change or delete vital data, Query Builder is shipped with the Data Editor disabled. Contact your system administrator if you cannot activate the Data Editor and you feel you should have access to it.
    Anyway I would like to know how to enable this but have yet to find any documentation anywhere on how to do so, does anyone know how this is done? I know in Oracle Browser all you had to do was add a row in Browser_Profile but Query Builder does not have this.
    Thanks in advance.
    Eric

    I don't have an answer for you but I need your help: Can you tell me if there appeared a manual for Query Builder somewhere?? I can't find anything, even not in this database.
    thank you!
    Michael

  • Date Data Selection in Query Builder using Hyperion JDBC Driver

    Hi,
    I am trying to filter out data prior to a specific request date on Query Builder. I have tried :
    and SALES_ORDER_FACT.REQ_DT < sysdate()
    I have also tried {$SYSDATE()-1$} , {$SYSDATE()$}, SYSDATE and SYSDATE()
    Any assistance will be appreciated.

    Is this related to Oracle BI Publisher?
    You should be able just to edit the query correctly in the text - you ddon't need to use the SQL query builder.
    The query is passed through so in general you should use the syntax of HJyperion.
    {} has a special (I think undocumented) meaning in BI Publisher so {} could potnetially cause problems.
    Klaus

  • How to aggregate data in SQL Query

    Hi,
    I have Table1 field1 and field2. Combination of these fields form the key of this table.
    Next I have Table2 with field3 and field4. field1 is the unique key for this table.
    My query is:
    select T2.field4||','||T1.field2 from T1 inner join T2 on T1.field1 = T2.field3;
    In the result I want to aggregate the data by T2.field4
    How do I that? Please help
    Thanks in advance,
    Raja

    How to aggregate data in SQL Query By using aggregate functions and group by:
    SQL> select object_type, count(*), sum(decode(status,'VALID',0,1)) inv_obs
      2  from all_objects
      3  group by object_type;
    OBJECT_TYPE                     COUNT(*)              INV_OBS
    CONSUMER GROUP                         2                    0
    INDEX PARTITION                      970                    0
    TABLE SUBPARTITION                    14                    0
    SEQUENCE                             226                    0
    SCHEDULE                               1                    0
    TABLE PARTITION                      349                    0
    PROCEDURE                             21                    0
    OPERATOR                              57                    0
    WINDOW                                 2                    0
    PACKAGE                              313                    0
    PACKAGE BODY                          13                    0
    LIBRARY                               12                    0
    PROGRAM                                9                    0
    INDEX SUBPARTITION                   406                    0
    LOB                                    1                    0
    JAVA RESOURCE                        771                    0
    XML SCHEMA                            24                    0
    JOB CLASS                              1                    0
    TRIGGER                                1                    0
    TABLE                               2880                    0
    INDEX                               4102                    0
    SYNONYM                            20755                  140
    VIEW                                3807                   72
    FUNCTION                             226                    0
    WINDOW GROUP                           1                    0
    JAVA CLASS                         16393                    0
    INDEXTYPE                             10                    0
    CLUSTER                               10                    0
    TYPE                                1246                    0
    EVALUATION CONTEXT                     1                    0

  • How to change date format in query

    Hi all!
    there is Date field in query (ref to 0Date) and it is in "01.2010" format. Anybody knows how to switch to "Jan 2010" format?

    HI,
    You can dispay using the excel properties. Once after the workbook run, select the column you want to change the format and cange to the format required. Save the workbook.
    From next run the date field will be displayed as the format set in workbook.
    Hope this helps,
    regards,
    anil

  • How to change the font in query builder window in Reports 6i?

    Hi
    I am facing the old problem again and again, which is I can not find any way to change the font in query builder window in Reports 6i. The current font is so bad for alignment and ordering each part of SELECT statement. Is there any way to change this to COURIER NEW for example?

    No, but I suggest using a different editor which does allow a different text option and just pasting it in.

  • How to show synonyms in the query builder?

    Hi all,
    is it possible to show the synonyms in query builder? The synonyms are created to the objects from another schema.
    Regards,

    I don't believe so. If you create a view on the foreign schema's table you can use the view in the QB.
    Scott

  • How to bind data from BEx Query to BO Dashboard

    Hi
    Could someone please share screenshot steps how to bind BEx Query data into BO Dashboard.
    We've created BICS Connection .....
    It will be helpful if someone can share screenshots of building small Dashboard on BO Dashboard.
    Thanks,

    Hi Pawan,
    Please find the below links, there are many links to this in SCN search there  before posting you could save lot of your time.
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/a01a9a87-936f-2f10-e6b9-dbb1ec5064ff&overridelayout=true
    http://scn.sap.com/docs/DOC-47314
    Thanks&Regards,
    Krishna

  • How to load data from a query?

    Hi all,
    I'm not very familiar with ODI, but we already use it to load table (to Hyperion Planning).
    Now, we need to execute a query (I don't want only to apply filter), that cross differents table, to load it. We can't create view in the datawarehouse.
    How can I do this? What is your recommendation?
    Thanks for your help

    Yes, this is possible.
    Start with a single query that returns you the data for all lecturers.
    Right-click on the "all lecturers" query in the queries pane, and choose Reference, once for each lecturer. This will create a query for each lecturer.
    Open the query for each lecturer and filter the data so that only that lecturer's results are visible.
    Click "Close & Load To..." for each lecturer's query  to load the data into the data model. This will create a data model table for each lecturer.
    If your question is more about how to transform such a survey list into a table that can be easily filtered, please provide an example of how the list shows up in Power Query.
    Ehren

  • How to get Date Difference in Query with Replacement Path !

    I need to get nr of days between two days. I knew that we can do this by replacement path in the queries. But when Iam trying to use replacement path with
    this two chars and put it in a formula the result is not showing correctly.
    Eg: I have dates Date1, Date 2 and I created two variables calles DateA ,Date B with reference to Date1 and Date2.
    Now Iam creating a formula sayint that (Date2 <> 0) * (Date1 - Date2) ...Here Date2 has sometimes balnk value...Iam getting the values when there is dates for both chars...But if there is one value is blank
    then Iam getting a strange value ....
    can any body send me step by step on how to fix this...
    Thanks

    Hi Sam,
    another important think you have to remember when having aggregated information is to divide the date1 and date2 key figures with the number of lines used in aggregation.
    Remember that date1 (internally) is a numerical value from some initial date which is used as reference. E.g., if the reference date is 01/01/0001  and you have the date 15/01/0001 then key fig. date1 internally stores just the value 14. So if you have something like:
                             date1       date2        diff
    customer1  material1       14          18           4  <- correct
    customer2  material1       14          18           4  <- correct
    and then you make an aggregation by removing customer from your report then you will have the following situation:
                             date1       date2        diff
    material1                  28          36           8    <- wrong
    So, you would have to divide by 2 in the second case. Please try to check the above and proceed accordingly. Let us now if something else weird appears.
    Best regards,
    Theodoros

  • How to select data in one query ?

    I have a table "My_Table" with the data like below -
    order_seq      |ONE_CODE      |TWO_CODE     | ONE_VAL     | TWO_VAL
    1          |ABC          |DDD          |1100          |1900
    2          |PQR          |TTT          |5000          |3000
    3          |PQR          |JJJ          |5000          |2000
    4          |DEF          |CCC          |500          |4500
    5          |LMN          |CCC          |4000          |4500
    6          |ABC          |CCC          |1100          |4500I want to add 3 more columns along with modifying the ONE_VAL and TWO_VAL columns, which will show the resultset like below -
    ONE_REMINDER will show value 0 if TWO_VAL < ONE_VAL otherwise will show (ONE_VAL - TWO_VAL)
    TWO_REMINDER will show value 0 if TWO_VAL > ONE_VAL otherwise will show ABS(ONE_VAL - TWO_VAL)
    ONE_VAL will show value lag(ONE_REMINDER) order by ONE_CODE, order_seq
    TWO_VAL will show value lag(TWO_REMINDER) order by TWO_CODE, order_seq
    LEAST column will show the least value in between ONE_VAL and TWO_VAL
    order_seq      |ONE_CODE      |TWO_CODE     | ONE_VAL     | TWO_VAL      |LEAST     |ONE_REMINDER |     TWO_REMINDER
    1          |ABC          |DDD          |1100          |1900          |1100          |0          |800
    2          |PQR          |TTT          |5000          |3000          |3000          |2000          |0
    3          |PQR          |JJJ          |5000          |2000          |2000          |0          |0
    4          |DEF          |CCC          |500          |4600          |500          |0          |4100
    5          |LMN          |CCC          |4000          |4100          |4000          |0          |100
    6          |ABC          |CCC          |0          |100          |0          |0          |100Can someone please help ?
    Edited by: userP5 on Jul 19, 2010 7:08 PM

    Not tested, don't have your tables and don't feel like constructing them based on your sample data :)
    SELECT
       order_seq,
       one_code,
       two_code,
       ONE_REMINDER,
       TWO_REMINDER,
       lag(one_reminder) over (order by one_code, order_seq) AS ONE_VAL,
       lag(two_reminder) over (order by one_code, order_seq) AS TWO_VAL,
       LEAST_VAL
    FROM
       SELECT
          order_seq,
          one_code,
          two_code,
          CASE WHEN TWO_VAL < ONE_VAL THEN 0 ELSE ONE_VAL - TWO_VAL END        AS ONE_REMINDER,
          CASE WHEN TWO_VAL > ONE_VAL THEN 0 ELSE ABS(ONE_VAL - TWO_VAL) END   AS TWO_REMINDER,
          LEAST(ONE_VAL, TWO_VAL)                                              AS LEAST_VAL
       FROM
          SOME_MYTHICAL_TABLE
    );Would be the basic idea, adapt as needed.

  • How to format dates in SQLExec query

    I am trying to archive Lookout data to an Oracle database using SQLExec. I started with existing SQLExec code that put data into Access. Following is that code:
    "Insert into wind_temp (Rdate,Wind,Temp) values ("&text(now(Timer3),"0.00000000")&",
    "&text(\\SCADA1\Server\Drivers\Corral\ROCSouth.Wind,"0.000")&",
    "&text(\\SCADA1\Server\Drivers\Corral\ROCSouth.Temp,"0.000")&")", 8, no);
    The Rdate column in wind_temp table is date type. If I change the type to varchar2 (string) this works, so my ODBC connection is good. The problem is that for date fields Oracle needs a string in DD-MON-YYYY (i.e. 01-JAN-2002) format or string data converted to a date (i.e. to_date('01-JAN-2002 12:00:00','DD-MON-YYYY HH24:MIS')). Is there a way
    using the now() or other function to build a "to_date" string like above to pass to Oracle?

    Here you go:
    text(now(),"dd/mm/yyyy hh:mm:ss")
    This will give you slashes and not dashes and a number for the month and not the abbreviated name.
    Here is the expansion that does what you need:
    left(text(now(),"dd/mm/yyyy hh:mm:ss"),2)&"-"&if(mid(text(now(),"dd/mm/yyyy hh:mm:ss"),4,2)="01","JAN",if(mid(text(now(),"dd/mm/yyyy hh:mm:ss"),4,2)="02","FEB",if(mid(text(now(),"dd/mm/yyyy hh:mm:ss"),4,2)="03","MAR",if(mid(text(now(),"dd/mm/yyyy hh:mm:ss"),4,2)="04","APR",if(mid(text(now(),"dd/mm/yyyy hh:mm:ss"),4,2)="05","MAY",if(mid(text(now(),"dd/mm/yyyy hh:mm:ss"),4,2)="06","JUN",if(mid(text(now(),"dd/mm/yyyy hh:mm:ss"),4,2)="07","JUL",if(mid(text(now(),"dd/mm/yyyy hh:mm:ss"),4,2)="08","AUG",if(mid(text(now(),"dd/mm/yyyy hh:mm:ss"),4,2)="09","SEP",if(m
    id(text(now(),"dd/mm/yyyy hh:mm:ss"),4,2)="10","OCT",if(mid(text(now(),"dd/mm/yyyy hh:mm:ss"),4,2)="11","NOV",if(mid(text(now(),"dd/mm/yyyy hh:mm:ss"),4,2)="12","DEC","ERROR"))))))))))))&"-"&mid(text(now(),"dd/mm/yyyy hh:mm:ss"),7,15)
    The date I got from this was:
    11-APR-2002 11:54:35
    I would recommend using multiple expression objects to simplify reading the code. I included it here, all in one expression, so you could copy and paste it for testing.
    I tested it on Lookout 5.0. It works.
    Study the text() function and the general text manipulation functions. You can do just about anything with a little creativity.
    Regards,
    Tommy Scharmann

  • Hi, how to set date in bex query.

    hi
    experts
    i need do display date and name in my bex query.

    Hi,
    I hope it is not possible in BeX Query designer but it is possible in WAD by using Text elements:
    http://help.sap.com/saphelp_nw04/helpdata/en/9f/4e9d39d44cd45ee10000000a11402f/frameset.htm
    With rgds,
    Anil Kumar Sharma .P

  • How to access url parameters in query builder side

    I call a report via url and it works fine but now i want to use lexical parametrs.
    I create a lexical parameter in the report but how can i establish relation between url parametrs and lexical parametrs from report?
    Example
    URL: report1.rtf?PUser=1&PCity=2
    REPORT: P_WHERE lexical parameter
    How can i define that something like P_WHERE -> "where user=PUser and city=PCity"
    Please give me a hand, its urgent
    Thanks

    Hi,
    do this in the after paramform trigger:
    :p_where := 'where user='||PUser||' and city='||PCity;
    Regards
    Rainer

  • Query Builder problem with saving to SQL text file

    When developing an SQL statement in Query Builder and saving it for later use, one has the option of saving in .SQL file extension. However, this file can not be used by the data wizard of Oracle*Reports because it contains non-ascii text. It appears that the Query Builder saves commands as binary tokens rather than in ascii text.
    This makes it impossible to use Query Builder in place of Oracle*Report's data wizard's query builder with which to build and save SQL statements.

    as i posted earlier .. queryBuilder as a stand alone product is neither supported nor available anymore. it is only available as part of the report data wizard.
    thanks,
    ph.

Maybe you are looking for

  • Add and Remove DOCTYPE from cXML

    Hi, I'm currently using Message mapping from cXML to idoc and vice versa. I need a remove the DOCTYPE declaration on the inbound cXML and add DOCTYPE for outbound. I understand, it is possible to have a JAVA mapping or XSLT to resolve this problem, s

  • D6060 low ink light and no print.

    The low ink warning light blinks, printer does not print, but all cartridges are between 50 and 100% full.  No paper jams apparent.  Have followed directions to reset printer (remove cartridges, turn off, wait 10 mins, turn on). Same result with blin

  • Spry Accordion doing wierd things

    I have a page with 4 accordions on it. To keep things in line, they are in 4 cells of a 2 row table.  (I know ... ick!) They are working as designed (including 2 not being expanded on load) except for the erratic behavior of the bottom two.  They exp

  • Follow up to How to store multiple bytes

    So, instead of using that for loop, the whole loop will be replaced by something like first [ ] = Util.Arraycopy(byteRead); ??? or should it be Util.Arraycopy(buffer);

  • Is there any Sun Java's official SVG API for Java SE?

    Hi, I'm still learning Java and SVG. Currently I want to build a kind of client-server application transferring SVG files. I'm using JSR 226 to parse SVG files in my Java ME client, but I dont know what API I should use to parse SVG files in my Java