Change the sql filter code trade name

All,

one of my filters is a "Term" Advanced sql code "' Code word ' = VALUEOF (NQ_SESSION. CSA_Analysis_Term)
When I add the filter to the report (add a filter) the user does not understand the code above,
and I can't seem to find a way to add a name to make it more useful to users.

anyone tried it with that

Thank you

I see your problem...

When you have used this session variable in filters part you are able to see the session instead of the value variable last rite?

You have guest of dashboard set to "Term". "' Term Code ' to the dashboard page?
If so, why by default the session here filters variable part of the report? by default it prompt default dashboard section...

just say guest is on the code term column in your report

Published by: Kishore Guggilla, November 29, 2010 23:38

Tags: Business Intelligence

Similar Questions

  • Changing the SQL source region according to requirement

    I have a region of reports that shows the results of some SQL codes. According to the value of a variable to the page I need to run a little different from SQL to get my results. Right now I use 5 different regions and display one suitable and hide others, according to the value of the variable on the page.

    It's a bit messy and I'm looking for a better way to do it. Is it possible to use a single region and change the SQL used as the source of the region after checking my page variable? for example something like this for the source of the region:
    IF :report_type = 1 THEN
    
    SELECT col1, col2, col3 from table1;
    
    ELSEIF :report_type = 2 THEN
    
    SELECT col1, col2, col3 from table2;
    
    ELSEIF :report_type = 2 THEN
    
    SELECT col1, col2, col3 from table3;
    
    END IF;
    .. or something similar?

    Or is there an even easier way to do it?

    Hello

    for "normal" (non-interactive reports), you can provide a block plsql returning a sql query
    as the source of report...

    declare
    v_sql varchar2 (4000);
    Start
    IF: report_type = 1 THEN
    v_sql: = "SELECT col1, col2, col3 from table1";
    ELSE IF: report_type = 2 THEN
    v_sql: = "SELECT col1, col2, col3 from table2";
    ELSE IF: report_type = 2 THEN
    v_sql: = "SELECT col1, col2, col3 from table3";
    END IF;
    Return v_sql;
    end;

    as said - this does not work with interactive reports...

    Best regards

    Carsten-

  • Change the SQL report to Intractive report

    Dear friend


    I created the SQL report.

    Could you tell me please, there is a way to change the SQL report to Intractive report.

    How can I do that.

    Thank you

    Under the Definition of the region of the report; look over to the right margin and you will see interactive report-migrate under tasks .

    The f

  • How to get the instance name in the custom filter code

    Hello

    I want to read the name of the instance from custom filter code, I tried to use the below code but its do not receive

    String instanceName = binder.getLocal ("IDC_Name");

    Is there a way to read the name of the Instance?


    Thank you...

    Use this:

    String instanceName = binder.getEnvironmentValue ("IDC_Name");

  • Default presentation variable used in the SQL filter expression

    Hello
    I am trying to use a default value for a variable used in a sql expression in a filter presentation and could use assistance on why obiee stifles the syntax.

    I have a report prompted with a prompt on the name of the month (variable presentation framework - pres_month_name). The value read is used in a filter as an sql expression. The sql expression is a DEAL on the variable of presentation and its conversion to a number based on business rules.

    In the sql expression, I give you the presentation variable a default value for a variable of repository - rep_default_month_name. Repository variable is correct and no, based on business rules, returns an appropriate default month name.

    Now, if I hard code the value by default, there is no problem. Here is a sample of the filter:
    The month number less than or equal to * DEAL "{pres_month_name} {OCT}" WHEN "NOV" THEN 10 WHEN... END *.

    Notice that the variable of presentation is between single quotes, because this is an area of character. Once more, it works fine, but I don't want to hardcode the default, I want it based on the variable repository, therefore:

    The month number less than or equal to * DEAL '{pres_month_name} {ValueOf (rep_default_month_name)}' WHEN 'NOV' THEN 10 WHEN... END *.

    By having this syntax for default of the variable of the presentation, I receive a message from the incorrect values in a filter.

    This report is not only used on a dashboard, but used in a briefing book as well. Whenever a briefing book is updated, by default the presentation variable is used, because obviously, the presentation is not available in a briefing, and I don't want to use a hard-coded value.

    I could duplicate the report and adjust the sql to not use the presentation variable, but always use the repository variable that returns a month by default, but I would be duplication of effort and I have to do this on several requests.

    Thanks for the help!

    Try this syntax described in the blog of Shiva that follows...

    http://shivabizint.WordPress.com/2008/10/02/Oracle-BI-EE-variables-overview/

  • PowerCLI Script to change the DNS servers and domain name

    Hello

    Brand new to PowerCLI, I'm trying to create a script that will change the domain name and the DNS servers of my ESXi servers. I found that I need to update the Vmware.Vim.HostDnsConfig to update these settings. I created the following script and the following error.

    $config = new-Object VMware.Vim.HostDnsConfig
    $config.domainName = "new.domain.com".
    $config.address = new-Object System.String [] (2)
    $config.address [0] = "10.69.69.80".
    $config.address [1] = "10.69.70.80".

    _this $ = get-view-Id "HostNetworkSystem-networkSystem.

    _this $. UpdateDnsConfig ($config)

    You can not call a method on a null value expression.

    Line: 1 char: 23

    + $_C. UpdateDnsConfig < < < < ($config)

    + CategoryInfo: InvalidOperation: (UpdateDnsConfig:String)], RuntimeException

    + FullyQualifiedErrorId: InvokeMethodOnNull

    I guessed the error message that I need to a value in the host name, I do not need to change the host name. So I create a variable to remove the host name and place it in the $config. Line received host name but still a mistake because the variable is pulling more information that I need.

    $hostname = get-VMHost | Select name

    $config. Hostname = $hostname

    When I insert the above code I have an error.

    Exception by calling 'UpdateDnsConfig' with '1' or the arguments: ' year error occurred during the configuration of the host.
    Line: 1 char: 23
    + $_C. UpdateDnsConfig < < < < ($config)
    + CategoryInfo: NotSpecified: (:)) [], MethodInvocationException)
    + FullyQualifiedErrorId: DotNetMethodException

    When I look at the $config I see the following.

    DHCP: false
    VirtualNicDevice:
    HostName: @{Name = ESXI01}
    Domain name: new.domain.com
    Address: {10.69.69.80, 10.69.70.80}
    SearchDomain:
    DynamicType:
    DynamicProperty:

    Of course the @{Name = ESXI01} will not work. Someone can explain how to get a host name in a variable and pass it to the Config.Hostname?

    You should be able to do easily by using the command "set-vmhostnetwork.

    I don't think that you can just write to VMWare.Vim.HostDnsConfig.

  • change the SQL license without reinstalling the product?

    We are running out of SQL Server 2005 Workgroup Edition with merge replication, and we just hit a limit of product that we ignore to 25 subscriptions.
    Question: Can we change the Standard Ed license or remove this restriction somehow without having to re - install the product?

    Hello.

     
    Your question of Windows 7 is more complex than what is generally answered in the Microsoft Answers forums. It is better suited for the IT audience Pro on MSDN. Please post your question in the MSDN forum.
     
  • Monitoring stops working after changing the SQL Service account

    I have the Foglight for SQL Server cartridge. I recently changed the service account that is running the SQL Server engine and SQL Server Agent from a local account to a domain account. Everything works fine on the SQL Server side.

    No configuration changes have been made on the Foglight end, and none should be necessary Foglight is configured to use a separate service for SQL account both OS level followed. This account has always been in the local "Administrators" Group on the database server, as well as a "sysadmin" on the side of SQL Server server role. If I 'validate connectivity' within Foglight to that server, it shows that the connection is correct. I tried to remove the monitoring officer and recreation, but yet to see errors in the attached screenshot. Has anyone meet a similar problem?

    Although I couldn't find any indication that the agents were locked, I tried to release them anyway. That seemed to do the trick!

    This can be found here:

    Databases-> Dashboard Support-> Support of databases-> release agents

  • column headers dynamically change the date filter-based selection? in obiee 11g Analytics

    Hello

    I work an analytic of obiee 11g.

    I have my report coulmns five... who are the branch, district, DS, current year, the previous year.

    based on the article on the query filter, column headings change dynamically.

    column headings are current, previous year Yes r;

    current month, previous month;

    current week and the previous week.

    for example, if I select the year 2016.

    column headings are Branch, district, DS, 2016, 2015 will change dynamically in the analytical report...

    Please help me,

    I tried, but I do not have...

    Please help me,

    A.Kavya.

    I'm not really sure what you have, but assuming that you have a command prompt of dashboard with the year of the column, define a variable presentation for this column (pv_year) and then in the report, for the columns you want, set the column as header @{pv_year} and @{pv_year-1}.

    He must pick up the values from the command prompt and dynamically set in the column headers.

  • How can I change the separator cost Code (Code WBS)?

    Hello

    I thought this cost code separator is always hyphen ' - '.

    But in our demo database, I saw this code separator is the slash ' / '.

    Where can I put the separator for cost codes?

    There is a definition of data called separator cost Code. You can change the default value to whatever you want the separator to be.

  • Change the workflow by code attribute

    I want to change the value of many attributes of workflow. He points to a single resource, and I want to change it.

    Is it possible to change the workflow assigns values from code?

    Thank you very much

    D.

    It's what configuration items are for. Create a configuration item, add required attributes, set them and then change your workflow attributes to use the configuration item (many attributes can point to a single configuration element attribute)

    You will then be able to change the attributes of the customer or scripting configuration items.

  • How to change the 11.2.0.3 name of the cluster

    Hello

    By mistake I gave a false name to the 11.2.0.3 cluster (grid) during the time of installation. Now I want to change the name of the cluster, you wonder if any body can help me by sharing the steps to change the name of the cluster.

    Thank you

    Mahi

    I'm not sure I've fallen on such a command or procedure to change the name of the cluster after installation. Oracle has documented the change of the name of RAC 11.2 SCAN if I'm not mistaken. To change the name of the cluster, you must reinstall with the new name. Maybe I'm missing something too then wait for others to reply as well.

    Aman...

  • How to change the color scheme code DW CC

    I'm a little unhappy with the dark colors of the mode set code in DW CC. I would change the whole system are generally not specifically like in each type of code ownership. I cannpt find the background color of the page - don't jut not the bottom of the text. Can someone do the 'light' on it? Thank you

    Hi Awakekats,

    I hope that I'm right... You try to change the background color of the page default HTML in code view.

    1. go to preferences of DW.

    2. click on the coloring of the Code on the left column.

    3. look for the Option "Default background".

    4 choose the color according to your interest.

    I hope this helps.

    Thank you

    VIANEY Gupta

  • How to change the handset filter requests OBIEE 11 g

    Hi all

    I'm using OBIEE 11 g. I try to combine the 2 simple requests. The first request is filtered by ColA = 'A', while the second request is filtered by ColB = 'B '.

    How to add and remove the filter for each of the combined applications? 11 g, I don't see the place to change the filters when the combination of applications.

    Any thoughts? Thank you very much.

    You combine the 2 applications by using a fixed operator (union, minus sign)? If this is the case there is a component of filter button to show/hide for each of your applications.

    I hope this helps.

    Quinten

  • Tuning sql of a product to the seller without changing the sql statement

    Hello

    We have a product of the provider that generates the SQL statement. For a query, we get the answer in 15 seconds. But users are asking if we can bring it back to 5 seconds. Limitation is the query can not be changed. He used about 10 to 12 tables and bit complex query.

    What kind of options could be evaluated if we are to improve the performance of a query (not sure if she could never be reduced to 5 seconds)
    without making any change to the query.

    Database Version: Oracle 10.2.0.4

    Thank you
    Delphine

    Hello

    http://www.Oracle-base.com/articles/10G/AutomaticSQLTuning10g.php

    your software is enterprise or standard?

    Tuning Pack & pack diagnosis are extra cost option with the standard edition.

    & the useful note * automatic SQL Tuning - SQL [271196.1 ID] profiles *.

    http://www.Oracle.com/us/corporate/pricing/technology-price-list-070617.PDF

    Thank you

    Published by: CKPT November 5, 2010 11:12

Maybe you are looking for