Can we have text search fields

Can we have text search fields in OBIEE dashboards. If Yes is it we can filter the report based on the text specified in the search fields.

In my case

I have a report which my report has multiple records for each day. Can the professional user specify the date range to filter the report on the dashboard?

Hi Tintin,
Inside of your report of responses make sure you that your Date column has a filter that "is"get ".
Create a dashboard and add the same Date column in the same catalogue presentation. Operator menu drop-down of the Date column, select "is between" and to the drop-down list control, select "calendar". Save the results.
Add both on the same page of dashboard and the user will be able to select records between the dates of beginning and ending on the Date column prompted.

Hope this helps,
J

Tags: Business Intelligence

Similar Questions

  • Can I have text or a show topic when I click on a folder

    word_link_icon.jpgI get this icon when a link to a Word document. When I generate the table of contents shows it as a folder and in my project when I click it I don't get text to the right, only a drop down that is attached or the icon. Is it possible to have records or this icon to display the text when you click on it. I don't know if I say, but I don't want a bunch of items in the table of contents who do nothing else for the organizers. I tried to search the help documentation to see if it I'm missing something and can't find all the topics on this subject. I think I've seen on other sites where I can click on an element which will extend (what I call a folder), but when I do I not only get a list of other articles or topics of this region but also the text to the right in the body of the project.

    Any suggestions?

    While I was writing this, you and Ben posted some good feedback. I'm going to go ahead and end my post in the hope of some enlightening for others who may be wondering.

    The word binding icon is new in RoboHelp with version 8 and many people are still getting the hang of it, so I'm glad you asked the question. As you have discovered, this green icon means that the Word document is linked and that is current at this point.

    One thing that is not obvious unless you "look under the hood" in Windows Explorer, is that the icon is a 'real' subfolder that was created automatically on your hard drive within the project folder structure.

    This new folder is automatically created with the same name as the Word document. When you click on 'generate'.htm content, this is the folder that will contain this content (and any files graphics or .css converting Word).

    If moving along, if you use the function "Automatically create the table of contents" to create your table of contents, the Word created folder will be treated as a "book" with all the subjects shown inside. (As you have discovered, you can work around it manually with drag and drop.)

    Within the project manager pod, the reason for which you do not have any what text view (or a topic display in the Design Editor), is that the Word folder is not a subject and therefore has no text. It is simply a container for topics inside.

    Now, if you don't like the idea of presenting the case up as a book in your table of contents (or an organizer like you said), you can simply move the topic (s) within the book to where you want and that you remove the icon of the 'book' in the table of contents Editor.

    Or, as rightly suggests Ben, you can also change the properties of a book is by the method he describes in his post a link to a topic of your choice.

    I hope this helps.

    Thank you

    John

  • How can I remove the search field in the new tab page?

    I just started to use the new tab by default FF page and want to remove the search box just above the tiles.

    Is it possible to do this without the help of CSS?

    You can hide the search bar and margins at the top and bottom with the code in the userContent.css file to get more space for the tiles.

    You can add code to the userContent.css file.

    @-moz-document url(about:newtab) {
     #newtab-margin-top,
     #newtab-margin-bottom,
     #newtab-search-container { display:none !important; }
    }

    Customization files (Web sites) userContent.css and userChrome.css (user interface) are located in the folder of chrome in the Firefox profile folder.

    You can use this button to go to the Firefox profile folder currently in use:

    • Create the folder chrome (lowercase) in the .default < xxxxxxxx > profile folder if the folder does not exist
    • Use a text editor like Notepad to create a file userContent.css (new) in the folder chrome (file name is case sensitive)
    • Paste the code into the userContent.css file in the Editor window
    • Make sure that you select "All files" and not "text files" when you save the file via "save file as" in the text editor as userContent.css.
      Otherwise, Windows can add a hidden .txt file extension and you end up with one does not not userContent.css.txt file
  • Can I have text boxes automatically realign?

    Therefore, I've created two text boxes with the text tool and adjusted to each other, so that they overlap, nor there is any space between them. Now, if I change the text in one of the boxes and adjust its size accordingly, harmony is destroyed, and I have to move/resize the second box, too.

    Is it possible to avoid this problem, i.e. the text boxes to realign automatically?

    You can look at the plugin Typefi AutoFit feature (site web www.typefi.com).

  • How can I have the search results in a new tab?

    When I search something, regardless of the search engine used, the search results appear in the "active" tab Is there a way to configure Firefox to open a new tab and show the results of the research in this new tab automatically? Yes, I can do it manually by opening a new tab, to do research, but it would be much more "user friendly" it would be automatic.
    I use an Apple Mac Pro running Mac OS x 10.7

    To avoid extra keys or the steps and make the option to open search results in a new tab (or not) easy and convenient, install this add-on:

    As long that the checkmark next to "Open in a new tab", a new tab opens to the search results. Click the icon in the search bar, far left and click "Open in a new tab" to check or uncheck this option.

    If this answer solved your problem, please click 'Solved It' next to this response when connected to the forum.

    Not related to your question, but...

    You must update some plug-ins:

  • Is it possible to have the search field input in the toolbar without going through the search button in RoboHelp 10?

    I would just have the toolbar and not the extra button.  Is this possible?

    Thank you!

    I guess one way would involve creating a tiny 1 pixel by 1 pixel transparent image and replace the image search.

    See you soon... Rick

  • Using Firefox 15 windows 7 and Google search option, how can I have the search results bar open in a new tab?

    I tried the Google link in the other responses and selected the option 'open results in a new window. When I save the settings, I get an error message: "the/in-US/questions/764917 requested URL? s = open + google + search + bar + results + in + new + tab & r = 8 & as = s was not found on this server. »

    Both work thank you!

  • I'm looking to have an input field with the search button, search button click the search button below the search results to display. How can I do?

    I'm looking to have an input field with the search button, search button click the search button below the search results to display. How can I do?

    Hello

    998765 wrote:

    You are right

    Please pass by the database 2 day + Application Express Developer's Guide

    Check this code example

    1 create a text field element I say P1_INPUT_FIELD

    2. create a button

    Name of the button: search

    Action: Send the page

    3. change your report query and where clause to your query below

    It will search on ename and empno, in this way, you can add more columns

    SELECT EMPNO
               , ENAME
               , SAL
               , MGR
               , COMM
      FROM EMP
    WHERE TRIM(UPPER(ENAME)) like '%' || TRIM(UPPER(:P1_INPUT_FIELD)) || '%'
           OR TRIM(UPPER(EMPNO)) like '%' || TRIM(UPPER(:P1_INPUT_FIELD)) || '%'
    

    4. we find the source of the region-> page article to submit-> P1_INPUT_FIELD

    Hope this helps you,

    Kind regards

    Jitendra

  • I have problem in the PDF export to save only the layers appeared only. When I export the indesign file to PDF that contains layers hidden pdf placed, pop up problem when I use the search field in exported pdf file. hidden text of hits from search results

    I have problem in the PDF export to save only the layers appeared only. When I export the indesign file to PDF that contains layers hidden pdf placed, pop up problem when I use the search field in exported pdf file. hidden text of hits from search results to laye

    I answered your question: there is nothing you can do in InDesign. You need to ask in the Acrobat forum I linked.

  • IN NOTEPAD CAN IT HAVE DIFFERENT 2 OR 3 TEXT SIZES ON THE SAME PAGE?

    I try to create the letter head in Notepad and want to have the fonts of upper header of the police of 'field '. is it possible and if so, how?

    Hello

    To answer your question: no, you can't have different text in Notepad. This is because Notepad is designed to create and edit text files using the basic of formatting text. I recommend using Microsoft Word (which is part of Microsoft Office) to have different text etc. styles (if you don't have Microsoft Word and don't want to buy it, you can use a trial version. In addition, ago a productivity suite open and free, similar to Microsoft Office and provided by another company, called OpenOffice, which allows you to have different text styles).

    Although, I would recommend to get Microsoft Office, there is a program called WordPad (or TextPad, depending on your operating system), which is designed to create and edit text with complex formatting. It should be in the accessories (in the same place as Notepad).

    Related links

    I hope this helps and good luck.

    If this does not work and / or is not useful, just reply to this, and I'll see if I can revisit the issue to provide more useful advice.

    Spartan-837

  • HELLLP PLEASEE - submit a text string in a specific search field

    Hello

    Does anyone know how to submit a text string in a specific search field in another window just... clicking on that Word

    similar to how copy and paste works

    Kind regards

    G

    If the two are to your own applications, you can send a global event to warn the other app.
    See http://www.blackberry.com/developers/docs/7.1.0api/net/rim/device/api/system/Application.html#addGlo...

  • How can I stop Windows Search to steal the focus on the text input area?

    How can I stop Windows Search to steal the focus on the text input area?

    I can type about three characters maximum and then results focus, and I have to click with the mouse to the area of searching at the end.

    For example - I want to get "Img1.bak".

    I type 'I' "m" and then I'm whisked away and the 'g', I typed just takes me to the "great songs by Imogen Heap.txt" or what is the first result starting with g.

    I have to reselect the text box and add a letter or two at a time to get what I need. Very frustrating.

    Hello

    Thanks for the display of the query to the Microsoft Community. I'll do my best to get the problem resolved, but until we start could you give us some more information?

    1. Since when are you facing questions?

    2. you have any antivirus installed on the computer program?

    3. are you aware of any recent software or hardware on the computer changes?

    You can go through the steps in the article and check if it helps. Here is another article to improve Windows searches using the index.

    Hope this information was helpful and let us know if you need help in the future about Windows. We will be happy to help you.

  • How can I add an onBlur event for a text input field?

    I have an input field:

    var annual_input = sym.$("annual_input");

    annual_input.html (' < input value = "108960" title = "How many times?" id = "annual_input" type = "text" style = "font size: 50px;") width: 230px; height: 76px; border: 0px; background: #000000; Police-family: Courier, monospace; color: #00cc99; ("text-align: center;" / > ');

    When this field loses focus, I need to trigger a function UpdateAnnual(). How can I do this? I tried so many different options of the sample codes listed here: onblur events

    Try instead to use the. JQuery blur().

    {.blur (function ($(«#annual_input»))

      alert( "Handler for .blur() called." );

    });

  • How can I get a query in the search field to open in a new tab or a new window, and the current window?

    How can I get a query in the search field to open in a new tab or a new window, and the current window?

    If you are looking through the search bar in the Navigation toolbar, this preference can be changed to research it open in a tab.

    Type of topic: config in the address bar and press ENTER. Then answer "I'll be careful." Type this pref in the search at the top.

    Browser.Search.openintab = double click to switch to true

  • How to disable the placeholder text in the URL from the navigation bar and search fields?

    Everytime I open a new tab (often, the homepage is set to blank) I watch 'Go to site' in the navigation bar. The search field shows the name of the active search engine until the text is registration. All I want is to be able to do is disable the placeholder text, showing the two fields as white.

    Add code to the file userChrome.css below default @namespace.

    Customization files (interface) userChrome.css and userContent.css (Web sites) are located in the chrome folder in the user profile folder.

    @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */
    
    *|*.textbox-input:-moz-placeholder { color:transparent !important; }
    *|*.textbox-input:-moz-placeholder:hover { color:graytext !important; }

    Use in Firefox 19 +:

    @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */
    
    *|*.textbox-input::-moz-placeholder { color:transparent !important; }
    *|*.textbox-input:hover::-moz-placeholder { color:black !important; }

Maybe you are looking for

  • erratic 5s iPhone battery percentage

    My daughter 5 s 64 GB ios of the 9.3 iPhone battery percentage is in every sense, suddenly dropsfrom 30-1% then dies (it does on the other % of beginning and end too) Anyone have any ideas as to why this is happening and what can be done to remedy th

  • Question of Time Machine.

    I have 1 TB WD my passport that I used for the backup with time machine.  I was right, because of viruses and all sorts of problems, re - start my iMac recently.  Since then, I could not use Time Machine or backup I get a message to say that there is

  • Cannot find drivers for HP Pavilion 15-n214tu

    HelloI recently bought a HP Pavilion 15 - n214tu and clean installed Windows 7 64 bit on it.After I installed it, I noticed that most of the hardware have installed the drivers.I managed to find the majority of pilots, but there are some that I can't

  • Blue screen with the error 0X000000D1 DRIVER_IRQL_NOT_LESS_OR_EQUAL.

    When I try to connect to the internet via my PeoplePC account I get a blue screen 0X000000D1 error Code and DRIVER _IRQL_NOT_LESS_OR_EQUAl.  I don't have this problem when I connect through AOL.  Is there a fix I can download to fix this problem?  My

  • I will be able to re-download own windows XP under my supprot license and get also do all its programmes have battery guard?

    Hi, I have a laptop with Windows XP installed, updated with Service Pack 3 - XP was installed when I bought the computer in 2010 but probably dates back to 2008; This is when all the registers date from. I will be able, under my own license family 32