How can I use variable presentation logic SQL

Hi Experts,

How can I use variable SQL logical presentation. I need the exact syntax. Kindly help me to achieve this goal.

"Time". "" Date "between the Date of 2014 '-1-17 'and Date' ' 2014-2-16

Thanks in advance

Asim

It's done... We can use it in the logical query with the same syntax where we use in converting this filter as SQL...

Tags: Business Intelligence

Similar Questions

  • OBIEE 11 g - Can we use variable presentation for results not

    Hi all

    I have a prompt on the dashboard called Department, and there only 3 values

    HUMAN RESOURCES
    Finance
    Marketing

    What I want to do, is that if users select HR to the guest and if the report is not all data for HR, I want to show a message

    There is no data for HR in the report and even there is no data for finance in this report

    I thought I'd take the HR in the presentation variable and using them in the results display no. Is this possible? Is there another way to do this?

    Thank you
    Ronny

    Ronny says:
    Thanks David, that was helpful. But guess that's not possible when I have 100 values for the Department.
    No other way to do this?

    -Ronny

    Hey, Ronny.

    The solution I gave you was based on the command prompt "only has 3 values." Of course, with values of 100, this method becomes impracticable. Can not think of anything that will give you exactly what you want. I'm sorry.

  • What are the parameters? How are Variables differenet? Why we can not use variables to pass data to one sequnece to another? What is the advantage to use parameters instead of Variables?

    Hi all

    I am new to TestStand. Still in the learning process.

    What are the parameters? How are Variables differenet? Why we can not use variables to pass data to one sequnece to another? What is the advantage to use parameters instead of Variables?

    Thanks in advance,

    LaVIEWan

    I'm sorry... I discovered that... its not at all possible to pass data to another sequence using variables... it must be through settings... once again I apologize for the display of such a stupid question

  • How can I use statistics for all the tables in a schema in SQL Developer? and how long will it take on average?

    Hello

    How can I use statistics for all the tables in a schema in SQL Developer? and how long will it take on average?

    Thank you

    Jay.

    Select the connection and right-click on it and select schema statistics collection

  • How can I use SQL/CUBE to figure out total?

    How can I use SQL/CUBE to figure out total?

    Thank you.
    -JC

    Of course, you can do this by using the cube. But cube will produce all the possible combinations of summary. We can filter the unnecessary summariies having clause using the group_id function which is a binary encoding of the columns that are summarized. Below for example, as applied on the table SH.sales.

    Select channel_id, promo_id, prod_id, sum (amount_sold)
    from the sale
    Group of cube (channel_id, promo_id, prod_id)
    having grouping_id (channel_id, promo_id, prod_id) (3, 5, 6, 7)

  • How can I use SQL to check if the receipt is taken into account?

    Hi all:
    How can I use SQL to check if the reception of the AR is taken into account? Because there are so many recipes to check, I can not open to see the details one by one.

    My environment is: 11.5.9
    database: Oracle 9.2.0.8

    Terry,

    Run the script (11i: Oracle receivables data reception Data Collection Test [215969.1 ID]) and see if it helps.

    Thank you
    Hussein

  • How can I use SQL to check the Version of Oracle Forms and object of the request?

    Hi all:

    How can I use SQL to check the Version of Oracle Forms and object of the request?





    Concerning
    Terry

    Terry,

    See the following threads/docs for the version of forms.

    How to find the developer version
    Re: How to find the developer version

    Note: 466890.1 - Script to find the Apache, Java, Jinitiator, version of forms and details of the JVM for Oracle E-Business Suite 11i
    Note: 392793.1 - how to get Forms Oracle Oracle Applications 11i Command Line Version
    Note: 468311.1 - Script to find the Apache, Java, JRE, Forms for Oracle E-Business Suite R12 version

    What purpose are you talking?

    Thank you
    Hussein

  • I got an iphone 4 to a friend in the Canada. I want to use it here in the Philippines as a regular iPad reserved for wifi, how can I use it without sim card? It does not pass the activation page. Help please?

    I got an iphone 4 to a friend in the Canada. I want to use it here in the Philippines as a regular iPad reserved for wifi, how can I use it without sim card? It does not pass the activation page. Help please?

    You can activate it without a SIM card. If it is locked, it takes a SIM card by the carrier, for it is locked. The SIM card should not be linked to an active line of service, but it must be present to activate it.

  • How can I get music of logic pro 9 software

    How can I buy music of Logic Pro 9 software?

    Logic Pro 9 is no longer marketed by Apple

    However, you can find a copy used for editing (DVD) box of Logic Studio 2 on somewhere like eBay for example...

    Make sure any used copy is of the "full" version and not the "Upgrade" version that requires you to have Logic Pro 8 "

  • How can I use the same graph of façade in several events in a structure of the event?

    I want to display my sensorDAQ signals in a graph.but I have more than one event in the case where the structure to acquire the signal and display it in the first round of graph.the is to acquire signals from threshold and its shown in the graphic as a feedback.after the first event is executed, I'll call the second event, where the other signals are acuired and compared with signals from threshold of event 1 my question is how can I use the same control on front panel in more than two events in the structure of the event? Please answer me I am stuck.

    Hello

    I have attached here an example of doing the same thing using local variables and shift registers. Take a peek inside. Shift register is always a better option than local variables.

    Kind regards

    Amine31

    (Bravo to give good answers, mark it as a solution if your problem is resolved)

  • How can we use breeze in Powerpoint.

    Hi developer breaks all the
    I am a new designer in this forum, and I use Breeze to e end of learning.
    I want to know that how can I use breeze in MS Powerpoint.
    Is it there was no tutorial or article related this topic please send ir to me.

    Thank you
    Adam

    After the installation of Breeze, there is a breeze menu in PowerPoint.

    Although I was never a proponent for rapid development - as the content is perhaps not its content, I'm now a believer after using Breeze presenter.

    Our SMEs develop the PowerPoints - adding comments to the presenter. Add us (in the training department) our touch of instructional design and create audio notes speakers and optionally add quizzes to assess knowledge transfer. While we publish on our Breeze server (that we organize our own), enroll users and then that's it.

    We periodically review, the participation rate and the results of the assessment. It is really very easy... Yes, I PUT degree and worked in software publishers, but we have 9 other content authors who are normal PowerPoint users - and they are very easily publish as well.

    Is that what you're looking for?

  • How can we use, "Create trigger and replace" using the oracle form

    Hi all
    How can we use the following creation or replacing the trigger in the form of oracle?
    Please help me.

    CREATE OR REPLACE TRIGGER app_user.after_logon_trg
    AFTER LOGON WE app_user. SCHEMA
    BEGIN
    DBMS_APPLICATION_INFO.set_module (USER, "Initialized");
    EXECUTE IMMEDIATE 'ALTER SESSION SET current_schema = SCHEMA_OWNER';
    END;

    Sarah

    user434854:

    Your information is good enough about the use of roles. This is the model of security that our customers use. Only assign us a password for roles and issues of connection of users shape the grant sql role using the password is used since in the form.

    However, I agree with Andreas on the hard coding schema owner. We have several clients, and each of them has a different name for the owner of the schema. By creating a public synonym for access to our forms tables, our forms work well at all sites.

    And after 325 posts, why don't give you yourself a real name on the forum?

  • How can I use my photo albums as screensaver with Apple TV 4th gen

    How can I use a photo album that I created as a screensaver on the generation of Apple TV 4 because it is not an option in this sense?

    What follows is the Apple TV 4 user guide...

    Screensavers

    Apple TV displays a screen saver when it remains inactive for a predefined number of minutes.

    Air screensaver shows beautiful videos of slow motion of the places of the world, upload to an online server, making the screen saver more engaging and dynamic. For the antenna, you can control how many times Apple TV check and download new videos.

    Change the frequency of aerial screensaver download. In settings, go to general > screen saver and select Download New Videos, and then select an option.

    Return by using Apple TV. When the screen saver is active, press the contact surface to get to some app have been previously using.

    Choose a different screen saver. In settings, go to general > screen saver and select the Type. Then select the screen saver you want to use.

    Select the photos to display. Many of the screen saver options display a slide show of photos - it can include photos provided by Apple, or your own collection stored in iCloud. To choose which photos are used, in the settings, go to general > screen saver and select the Type. Then choose one of the types of screensaver-photographers.

    If you choose my Photos, the Photos app opens. Follow the instructions to put photos as screensaver.

    Set the screensaver time-out. In settings, go to general > screen saver and select the setting starts after, and then specify a number of minutes. This indicates to the Apple TV to start the screen saver automatically if the unit has been idle for the specified time.

    Activate the screen saver immediately. Press the Home button to go to the home screen (if it isn't already), and then press the button twice.

  • How can I use Windows on the Mac desktop?

    How can I use Windows on MAC desktop products?  OS X El Capitan

    You can install it in BootCamp or virtual VMWare, Parallels or VirtualBox machine

  • How can I use my watch to snap the shutter on my iPhone?

    How can I use my watch to snap the shutter on my iPhone?

    Click here > https://help.apple.com/watch/

    Then click on: Remote Camera on the left.

    You'll see instructions.

Maybe you are looking for