How to create a promt without column?

Download this file and give all solutions.

http://rapidshare.com/files/402367634/prompt.jpg.html

Create a promt and set the formula as 1 years define a presentation variable and use this variable presentation in your report.

Tags: Business Intelligence

Similar Questions

  • How to create a Viewer without buying the image? I want to be able to save the images I'm looking a subject without purchase or download.

    How to create a Viewer without buying the image? I want to be able to save the images I'm looking a subject without purchase or download.

    After talking to the Customer Service, I now get it. Thank you.

    That is to say: down arrow recorded a watermark image in the gallery without you buy. You can download an overview lores on your desktop for motorhomes with this same arrow, but it is unfortunately a watermark (unlike the DPC). You can also copy and send a link to the Gallery clients to review before you buy.

  • How to create the hierarchy without creating a Subvi files

    Hello

    I have an existing LabView program that uses blocks of Subvi.  I want to change it so that I can't copy files Subvi (when I transfer the program to another computer).  The goal is to have a single file/program that I can copy, paste, and run on other computers.  So, I want to know if there is a way to create the hierarchy without creating a Subvi files or how to integrate the Subvi in the program.  My program and Subvi files are included here.

    Thank you

    Rocky

    You can create a version in an executable file.  It would be the most common way if you insist on having a single file.

    You could also build a source distribution in a zip file.  Then you just copy and paste the zip file and unzip it anywhere where you want.

  • How to create indexes on the column xmtype

    Hello

    I have a table as follows

    CREATE TABLE T_TEST_XML (ID_PROCESSUS NUMBER, TXT_XML XMLTYPE);


    I query the table above very frequently with the query

    SELECT * FROM TXS T_TEST_XML WHERE EXISTSNODE (TXS. TXT_XML, '/ order [status = "PEN"]') = 1


    How to create function function index on the TXT_XML column for the xpath expression/order [status = "PEN"]' to improve the query performance?

    Thank you

    In fact if you are limited to the use of older software

    1 consider to define an XML schema and store XML using storage relational object.

    or

    2. If you need to store XML as CLOB to create the index on extractValue(), rather than existsNode() and provide the underlying value at the SQL level rather than the XPATH level.

    SQL> DROP TABLE T_TEST_XML
      2  /
    
    Table dropped.
    
    SQL> CREATE TABLE T_TEST_XML (PROCESS_ID NUMBER, TXT_XML XMLTYPE)
      2  /
    
    Table created.
    
    SQL> create INDEX T_TEXT_XML_IDX on T_TEST_XML( extractValue(TXT_XML,'/order/status'))
      2  /
    
    Index created.
    
    SQL> set autotrace on explain
    SQL> --
    SQL> SELECT *
      2    FROM T_TEST_XML TXS
      3   WHERE ExistsNode(TXT_XML,'/order[status="PEN"]') = 1
      4  /
    
    no rows selected
    
    Execution Plan
    ----------------------------------------------------------
    Plan hash value: 3001212210
    
    ---------------------------------------------------------------------------------
    | Id  | Operation          | Name       | Rows  | Bytes | Cost (%CPU)| Time     |
    ---------------------------------------------------------------------------------
    |   0 | SELECT STATEMENT   |            |     1 |  2017 |    31   (0)| 00:00:01 |
    |   1 |  NESTED LOOPS SEMI |            |     1 |  2017 |    31   (0)| 00:00:01 |
    |   2 |   TABLE ACCESS FULL| T_TEST_XML |     1 |  2015 |     2   (0)| 00:00:01 |
    |*  3 |   XPATH EVALUATION |            |       |       |            |          |
    ---------------------------------------------------------------------------------
    
    Predicate Information (identified by operation id):
    ---------------------------------------------------
    
       3 - filter("P"."C_01$"='PEN')
    
    Note
    -----
       - dynamic sampling used for this statement (level=2)
    
    SQL> SELECT *
      2    FROM T_TEST_XML TXS
      3   WHERE extractValue(TXT_XML,'/order/status') = 'PEN'
      4  /
    
    no rows selected
    
    Execution Plan
    ----------------------------------------------------------
    Plan hash value: 1430727070
    
    ----------------------------------------------------------------------------------------------
    | Id  | Operation                   | Name           | Rows  | Bytes | Cost (%CPU)| Time     |
    ----------------------------------------------------------------------------------------------
    |   0 | SELECT STATEMENT            |                |     1 |  2015 |     1   (0)| 00:00:01 |
    |   1 |  TABLE ACCESS BY INDEX ROWID| T_TEST_XML     |     1 |  2015 |     1   (0)| 00:00:01 |
    |*  2 |   INDEX RANGE SCAN          | T_TEXT_XML_IDX |     1 |       |     1   (0)| 00:00:01 |
    ----------------------------------------------------------------------------------------------
    
    Predicate Information (identified by operation id):
    ---------------------------------------------------
    
       2 - access(EXTRACTVALUE(SYS_MAKEXML(0,"SYS_NC00003$"),'/order/status',null,0,0,5242
                  93,133120)='PEN')
    
    Note
    -----
       - dynamic sampling used for this statement (level=2)
    
    SQL>
    SQL>
    SQL>
    SQL>
    SQL>
    SQL>
    

    This allows the index press questioning on any status value, rather than just the PEN

  • How to create a multiline table/column comment

    Can someone tell me how to create a multi-line table or a column comment?

    Apparently, the concatenation operator (|) does not work with the COMMENT statement.

    I tried to find the Oracle manuals and couldn't find an answer.
     
    COMMENT ON TABLE sometbl IS 'i would like to break up this comment into several lines in order to improve readability'; 
    Indeed, that's what I would do (but it does not work):
     
    COMMENT ON TABLE sometbl IS 
      'i would like to break up ' || CHAR(10) || 
      'this comment into several lines ' || CHAR(10) || 
      'in order to improve readability' || CHAR(10); 
    Oracle version is 10.2.0.4
    COMMENT ON TABLE sometbl IS
    'i would like to break up
    this comment into several lines
    in order to improve readability';
    
  • ODI 12 c how to create the table without number (38.0)

    Hi gurus of ODI.

    I got following problem:

    I have a copy 1:1 with the addition of metadata and a delta on the side to find target. When I look into the target in several numeric columns, the values are truncated, I lose precision.

    What ODI research I found the problem to the work table.

    All affected columns are defined as number without giving any precision or scale, in the target as well as the source.

    When I ran the simulation to see what ODI I noticed that, in the creation of the work table statement ODI number is used (38.0) for all numeric columns where no precision is explicitly given.

    It is so clear when ODI loads the data from the source to the working table the values of the numeric columns are truncated.

    My Question now is, how do I know ODI is not to use the number (38.0), but simply of number for the numeric columns with no details given when a work table is created?

    I know I could explicitly give precision and scale for each column of numreic, but it would be a lot of work and for some of the columns the precision required is not known, then that would be the worst Option.

    Thanks for the help

    Martin

    I found myself where was the problem, then I write the answer, while others may find it here:

    The mapping was

    Source--> Filter--> Expression--> Join--> target.

    The join joins anothher Table.

    In the target, the instructions for completing the columns have been Expression.ColumnName

    I changed it to be Source.ColumnName

    The Knowledgemodules delivered with ODI treat different columns depending on how they are.

    In the creation of the work table, firstly everything all computed columns in the Expression or read from the expression by other components, including targets. It then uses the presission and scale in the component expression with number (38.0) by default if it is explicitly given. Items but which are directly read from somewhere before the expression are also saved in the work table, it ODI use the scale and precision holding of the source - and when the Source's number without taking into account the precision and the scale he uses just number.

  • How to create a Subvi without controls?

    Greetings,

    I go through exercises to learn LabView and I have a question.

    One of the exercises in my book is to create a Subvi, which generates a random number in a range of minimum/maximum.  (OK - re - invent the wheel)  I have the block diagram and I have the icon, but I have trouble getting the wired connections.

    Currently, it is a static value hardcoded for the min and max.  I wish I had a connector in each of the min and max (so that the parent can specify that however, he wants to be with a static integer, one entry, etc.) and then a connector for output - once again, without a control specified so that the parent can take the value and run with it.

    How to do wiring?  I can obviously fall into the controls in the front panel, but my parent project doesn't have space for 3 additional orders coming on it.

    Thank you

    newbo

    In the connector pane, you can right-click on a connector and select a setting.  You can assign "this connection is->" recommended or optional.  This will allow the VI to be called without these wired terminals of the parent VI.  If the left unwired, will serve as values by default that you put in the controls.

  • How to create a layout three columns of expandable width?

    Hi all

    Using JDeveloper 12.1.3.

    I am trying to create a three-column page layout, two rows, with the column widths of 40%, 10%, 40% and 50% line heights, 50%.  If it's important, the middle column could be a fixed width.  In HTML, it would be something like below:


    <table>
         <tr style="height:50%">
              <td rowspan="2" style="width:40%"></td>
              <td rowspan="2" style="width:10%"></td>
              <td style="width:40%"></td>
         </tr>
         <tr  style="height:50%">
              <td></td>
         </tr>
    </table>  
    

    Any suggestions on how I would go all this in the ADF?  < af:panelSplitter > does not have a % value and < af:gridLayout > is not working correctly or the other.

    I intend to put the tables completely stretched in the 1st and 3rd columns and a group of buttons in the 2nd column.  The end result is looks a bit like a personalized shuttle component.

    Hello

    Why do you use for the design of ADF page html tags?

    for use of three column layout - panelStrtechLayout

    She start, Center, end, high and low side and you can set the width in pixels for each facet according to your requirement

    Here's the value upper and lower facet width 0px use only 3 columns

    Thank you

  • How to create an auto adjustment column on dashboard

    I have a problem with obiee 1.1.1.7.

    I have a dashboard with 2 columns placed side by side and I want to have the column on the left with the minimum size to display the content of the section and the right column fill the rest of the browser window. The left column contains a small guest and the right a PivotTable.

    Reach 1.1.1.6 result is trivial: you only need to set the width property of the column on the left to a small number of point (for example 15pt) and Obiee expands the column to match the fast size.

    1.1.1.7 I tried all combinations of formatting for column, section options and dashboard, but I can't understand how to achieve the same result: in the same case, I kinda left column but with scroll bar (I don't want scrollbar, I want a column wide enough to display the prompt). in the same case, left column is too large and the guest lies in the middle of the section.

    Can someone help me?

    Thank you

    Luke

    @Srini - using specific this column doesn't expand to match the fast size.  Wouldn't be better to use "minimum size"?  Then the quick column would increase if necessary without a horizontal scroll bar.

    @luc - sets the quick column 'size minimue' and give a value of 15px or other.  Set the report column to a width of 'size' of 100%.  You should be all set.

  • How to create a text WITHOUT a caption field?

    This must be a ridiculously stupid question, because I've tried Googling all possible variations of this question and come up with squat.

    I got a form in excel, converted to a pdf, it imported into LiveCycle and am trying to add fields where the wizard didn't. When I create text fields, he almost always puts in a legend, despite the fact that I don't want one. I can't resize to remove it and I don't want that, but I don't know how to get rid of it.

    On a colleague's computer, I was able to create without caption text fields - the caption in right field properties field is dimmed. In fact, when I pull a form created on this computer, all text fields, I create have no subtitle. When I create a new document on my own computer, they are all legends again.


    On an unrelated note, why is that what forms I create in this way do not have the PDF option Preview? It is just gray.

    Select the field, then go to the tab "layout". Inside, there is a section called "Caption". Select 'none' in the drop down menu.

  • How to create a view with columns from multiple lines

    I posted this in the SQL/PSL forum, but I hope that experts from the database in this group can give me ideas also, the necessity is also BI reports.

    I have a table, for example, project_milestones, that has these columns in order:

    PROJ_ID, milestone_name, actual_end_date

    with data:
    PROJ_ID, milestone_name, actual_end_date
    ===== ================ ==============
    1001, key approval, 2009-10-02
    1001, final synopsis, 2009-10-07
    1001, approved final Protocol, 2009-10-15
    1001, FPFV, 2010-01-10
    1001, LPFV, 2010-03-12
    ...
    1002, key approval, 2008-12-02
    1002, final synopsis, 2009-01-07
    1002, approved final Protocol, 2009-01-12
    1002, FPFV, 2009-03-30
    1002, LPFV, 2009-10-04
    ...
    There are about 10 steps in each project.
    I need to create a view for dish these data at the project level, looks like this:

    PROJ_ID, key_element_date, final_synopsis_date, final_protocol_approved_date, FPFV_date, LPFV_date, key_element_to_final_synopsis_days, final_synopsis_final_protocol_days...

    How can I do this?

    Thank you

    user9175541 wrote:
    I posted this in the SQL/PSL forum, but I hope that experts from the database in this group can give me ideas also, the necessity is also BI reports.

    I have a table, for example, project_milestones, that has these columns in order:

    PROJ_ID, milestone_name, actual_end_date

    with data:
    PROJ_ID, milestone_name, actual_end_date
    ===== ================ ==============
    1001, key approval, 2009-10-02
    1001, final synopsis, 2009-10-07
    1001, approved final Protocol, 2009-10-15
    1001, FPFV, 2010-01-10
    1001, LPFV, 2010-03-12
    ...
    1002, key approval, 2008-12-02
    1002, final synopsis, 2009-01-07
    1002, approved final Protocol, 2009-01-12
    1002, FPFV, 2009-03-30
    1002, LPFV, 2009-10-04
    ...
    There are about 10 steps in each project.
    I need to create a view for dish these data at the project level, looks like this:

    PROJ_ID, key_element_date, final_synopsis_date, final_protocol_approved_date, FPFV_date, LPFV_date, key_element_to_final_synopsis_days, final_synopsis_final_protocol_days...

    How can I do this?

    Thank you

    Create a PivotTable and put "milestone_name" in the columns, under the labels section.
    Put 'actual_end_date' in the section of measures and to change the rule of the aggregation of 'Max '.
    The rest of the attributes keep in the lines section.

  • How to create table containe blob column view?

    Hi, I would like to aske any type of blob data
    I have data containe blob clolumn type table

    I want to create view this table how do?
    and


    If I created the table view blob column data will be responsible for memory or what because that will cause some performance issues because the table contains enormous data?


    Thank you

    You must create the view as

      CREATE OR REPLACE VIEW 
      AS
         SELECT col1, col2, col3.....
         FROM    
         WHERE   
         ...etc...
    

    The Act of creating the view will not otherwise the data in the table underlying, all it will do is create a view definition.
    Select only the view will select data.

    If you don't need to select the BLOB column in the view, then you would not include it in the list of the columns in the view definition.
    If your LOB data are stored online, then it may be a significant selection of the view, even if the BLOB column is not indicated in the list of the columns in the view.

    Published by: dombrooks on June 1, 2009 10:12

  • How to create the apple without credit card ID

    Hello everyone

    I am trying to create a free 5 days apple ID, then more

    and in the last step of his show me a message calls (contact support support iTunes)

    I try to do more then 5 phones and iPhone 3 and more then network but always shows me the same message

    also, I'm trying to change the country from us to the United Kingdom and another country, but still the same problem

    Please if anyone has the same problems and it is able to fix it tell me about it

    Click here and ask for help from the staff of the iTunes Store.

    (142118)

  • How to create a hotspot without a break?

    I have a video full length which is 60 seconds long. The seconds 34-36 an object appears and the test taker should click anywhere on the video. If the hotspot is 100% transparent and covers the entire video.

    I need to somehow add a slide that will only last 2 seconds, and if the user clicks on the video in the 34-36 seconds he gets 5 points. If he get-0.

    Also, I need to monitor/number of clicks. Each click, I show a flag at the bottom to show that the trigger has been registered. I need this to prevent users to click constantly and complete brand every time. Also if too many clicks are registered within a certain time--> disqualified.

    Can anyone suggest what to use?

    Can we talk about the "whys" of it?

    By clicking on the screen during a video is not of measure of learning, you should ask just one or two questions after the content: content, after the video, using the questions of the quiz.

    If someone says they need to 'compliance' means they are not interested in learning, and your answer should be: "How do we know WHO is clicking on the screen, it could be a chimpanzee!

  • Adobe Captivate 7 - How to create a custom without the function table of contents table of contents?

    Hello

    I want to create a table of contents in my E-Learning-project because the automatically generated TOC of Adobe Captivate 7 includes all the features I need to check for example chapters which are the groups in the film strip.


    I use master slides in my project.
    The table of contents, I need must be designed and programmed as follows:

    1 intro / title slides

    9 chapters

    The progress of the work - 3 status - all chapters should be moved by symbols in the table of contents

    Symbol 1: chapter has not yet begun (just an empty box)

    Side 2: chapter is work in progress (a square with a green triangle inside)
    Side 3: chapter is finished that means that all of the slides in this chapter are read (the square is filled with a green square)

    All the chapters and Points to the table of contents must be clickable (links) maybe with a mouse over effect (change in colour of mouse) and should start to the first slide of this chapter.

    The chapter which is open must be written in bold with one blue color, others who are not open to be written in the normal font with a black color

    I think it's a little complex, but solutionable.

    I think I need to create three symbols of the buttons form, advanced actions that tend to fade and fade out named symbols.

    Is there someone who can describe the process of creation? Where should I place all the functions, actions and so on? On the slide master?

    Thank you for the answers!

    The only thing I can say about it is that I build it in Flash, so it could be dynamic and reusable.

    If you take the time to build a PC inside it only works for one project. Certainly you would have a base to work from, but for a another edition project wouldn't be fun.

    If you need HTML5, I think it would be much more difficult to build a dynamic table of contents.

Maybe you are looking for

  • iTunes unknown error 11503

    I have a Macbook Pro 2012 (not the retina), El Capitan running.  Recently updated iTunes, running 12.4.0.199 Errors access iTunes store now & same account access.  Whenever I have access to my account and try to download the downloads available, as a

  • Portege M200 - how to boot from external CD/DVD drive?

    I have a Toshiba Portege M200 and I want to reinstall the operating system. I'm a reader of CD/DVD external (USB connected) and need to know what key I have to press on when you turn the laptop to get it to go to the CD drive instead of the HARD disk

  • Satellite C855 - 2fc w / Windows 8 - audio/video trolling and buzzing

    For the past week or so I have experienced a problem audio previously unencountered with my Toshiba Satellite C855 - 2fc (windows 8 OS). I had the machine since mid-February, but it was only recently that I found that whenever I try to read multimedi

  • Not sure what type (Variant) to wire in Datasocket read to a waveform.

    Hello I have an accelerometer attached to a housing NI USB-6008 and I try to send the readings taken with it to the server datasocket, (see attached files).  I'm not sure what information and variables are necessary to be wired data read vi (Variant)

  • right shoulder button doesn't work is not on the gamepad xbox on pc XP

    HelloI have a joystick type xbox 360 connected to my pc and the right shoulder button does not work when you play Rainbow 6 Vegas 2.  Initially it would not work so I changed the ID & as recommended numbers on a forum, I visited. Now, all controls wo