Creating a prompt independent of a query

Is it possible to create a prompt list without a query being the source. Say I want to prompt a user with a list like:
Blue
Red
Green
Again the values are not stored in any table. And if I can capture the response and use it to create a field type criteria in the RTF template?
Thanks

Hi,
This could be easily handled in Xcelsius.You need to associate Excel cell to the invoice value that would get populated with the entered value in the text box.this would work only if you are usinf Xcelsius.
Hope this helps.
Bhavna.

Similar Messages

  • How to Create a Prompt in Web Intelligence

    Hi Experts!!!
    I am trying to create a prompt to get the value of one variable that i need in my webi report.
    This variable needs to receive its value when users are refreshing the report (like a prompt).
    Its important to say that this is a external variable, in other words i cant make reference to any dimmension or measure of my universe.
    I am trying to do this in my universe using the following sintaxis:
    - The name of my variable (the variable that has to be populated is Estacionalidad).
    - In the select of the editor properties of my variable i put this: @Select(Ratios\Estacionalidad)
    - In the where of the editor properties of my variable i put this: @Select(Ratios\Estacionalidad)=
    @Prompt('Estacionalidad GT','A',,,)
    But when i am analysing if my sintaxis is right, the universe designer show me the following message: "The analysis failed. incorrect deficinicon (unv 0023)".
    Do you have any idea how can i reach this item?
    My universe is based in a BEX query. I have BO XI 3.1 SP3.
    Ruddy Alvarado

    ralvarado ,
    In the universe create a condition object(By selecting the funnel radio button on the bottom left corner). and put your syntax like this
    @Prompt('Estacionalidad GT','A',,,)
    and now parse the object. this should work. if it is not referencing any table, it will throw an error but will surely work at the report level.
    Thanks,
    Karthik

  • Creating dummy prompt in Web Intelligence

    Hi,
    In a report that I am creating, I need to get an input from user to calculate the running total. Is there a way to create a dummy prompt or something where user can provide his input.
    The actual scenario is that we need to calculate the total sales for last n months from x and y months that the user specifies. So user can say "show me last 3 (which is n) month sales for Apr 09 (x) and Apr 10 (y)". I wanted to read this prompt using UserResponse() but then trying to find a way for users to enter these n, x and y as input prompts. If I am using a date object etc to get this prompt then the report obviously gets filtered for that x and y date range, which leads to incorrect results.
    we are using BO XI R3.1. If we use sp2 we could have used "input controls" unfortunately we dont have sp2.
    Any help would be greatly appreciated.
    thanks
    Joe.

    I'm not sure about what you just said....i simply need a dummy prompt in the BeX query based universe
    Example:
    Prompt('Enter Period','A',{'YTD','QTD','MTD'},Mono,Constrained,Not_Persistent)
    I inserted into the Select: section of the object properties tab.
    When I run the Webi report, I recieve the following error. 
    "Database error: The supplied XML is not valid. QTD. (IES 10901) (WIS 10901)"
    Please help anyone. Thanks.

  • Is there a way to create a plan guide for this query?

    How can i create a plan guide for this query,suppose i can't change the query text:
    USE AdventureWorks2008R2;
    GO
    SET NOCOUNT ON;
    GO
    -- query plan statement starts
    DECLARE @Group nvarchar(50), @Sales money;
    SET @Group = N'North America';
    SET @Sales = 2000000;
    SET NOCOUNT OFF;
    SELECT FirstName, LastName, SalesYTD
    FROM Sales.vSalesPerson
    WHERE TerritoryGroup = @Group and SalesYTD >= @Sales;
    -- query plan statement ends
    AdventureWorks2008R2's parameterization option is simple, i want this type of query can reuse plan:
    DECLARE @Group nvarchar(50), @Sales money;
    SET @Group = N'Other Country';
    SET @Sales = 88;
    SET NOCOUNT OFF;
    SELECT FirstName, LastName, SalesYTD
    FROM Sales.vSalesPerson
    WHERE TerritoryGroup = @Group and SalesYTD >= @Sales;
    I tried many times ,but it didn't work:
    declare @xml nvarchar(max) -- the plan i want to reuse
    set @xml = (select cast (query_plan as nvarchar(max)) 
    from sys.dm_exec_query_plan (0x060006001464570B405D92620200000001000000000000000000000000000000000000000000000000000000))
    -- create plan guide 
    exec sp_create_plan_guide 
    @name ='Test'
    ,@stmt=N'SELECT FirstName, LastName, SalesYTD
    FROM Sales.vSalesPerson
    WHERE TerritoryGroup = @Group and SalesYTD >= @Sales;'
    ,@type =N'sql'
    ,@params =N'@Group nvarchar(50), @Sales money'
    ,@hints = @xml;
    Thanks.

    I guess you don't wanna fire these queries "adhoc" but prepared instead to reuse the plan:
    exec sp_executesql N'SELECT FirstName, LastName, SalesYTD FROM Sales.vSalesPerson WHERE TerritoryGroup = @Group and SalesYTD >= @Sales',
    N'@Group nvarchar(50), @Sales money', N'Other Country',88
    exec sp_executesql N'SELECT FirstName, LastName, SalesYTD FROM Sales.vSalesPerson WHERE TerritoryGroup = @Group and SalesYTD >= @Sales',
    N'@Group nvarchar(50), @Sales money', N'North America',2000000
    Bodo Michael Danitz - MCT, MCITP - free consultant - performance specialist - www.sql-server.de

  • Create SSRS report using DMV for querying SSAS cube.

    I am trying to create a SSRS Report to find the Cube/Dimension Status (when was Cube/Dimension last processed and is Failed/Success), for example I have below DMV query for the same.
    SELECT CUBE_NAME, LAST_DATA_UPDATE FROM $System.MDSCHEMA_CUBES
    When i execute the above query in MDX query window it comes up with results, when i try to create a data using the above query in report server its coming up with error.
    Error : Please verify that the query is an MDX one and not DMX. (Microsoft.AnalysisServices.Controls)
    Can we use DMV querys for createing SSRS report and what should be the datasource.
    Thank You.
    Praveen

    Hi Praveen,
    Glad to hear that the issue had been solved. Thank you for sharing the useful information.
    Regards,
    Charlie Liao
    If you have any feedback on our support, please click
    here.
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Error while creating the OLAP Universe on BW Query.

    Hi All,
    When i am trying to create one Universe on Top of BW query which is having huge data,it throws an error u201CError getting dimensions for cube XYZ..u201D
    at the same time i tried to create a universe on another BW query it created the universe fine.
    Please give me some inputs on this what may be the cause of this.
    Thanks in Advance

    Hi,
    I would suggest to post your question here: [BusinessObjects Integration Kits; stating also the version (including Service Packs and Fix Packs) of the BOBJ software you are using.
    Regards,
    Stratos

  • How to create a DB Adapter with select query having inner query

    Hi All,
    I am trying to create a DB Adapter with select query. The query has some inner queries in it. It is just like this select a, b, c, (select d from e) d, (select e from e) e from tablename.
    The problem here is with the xsd generated for this query. Xsd is not getting generated properly for all the fields it is just getting generated till c element and when it encounters
    the inner query it is stopping the generation of xsd. So for the above query the xsd is something similar to the below
    <xs:complexType name="rewOutput">
    <xs:sequence>
    <xs:element name="a" type="xs:string" nillable="true"/>
    <xs:element name="b" type="xs:string" nillable="true"/>
    <xs:element name="c" type="xs:string" nillable="true"/>
    <xs:element name="select_d" type="xs:string" nillable="true"/>
    </xs:sequence>
    </xs:complexType>
    as shown above the xsd is just getting generated till the first inner query. What should be done to get the full fledged xsd. Should it be manually built ?? Please help me on this.
    Thanks In Advance.
    Edited by: 959766 on Nov 30, 2012 1:20 AM

    Hi,
    I don't think the parser will be able to understand your query properly... I would try building the xsd manually...
    Cheers,
    Vlad

  • How to create drill down report in sap query

    how to create drill down report in sap query ,

    hi,
    The pdf below gives the steps to create drill down report.
    http://www.sappoint.com/abap/eis.pdf
    also check.
    <a href="http://72.14.203.104/search?q=cache:k-SFYy_rjPIJ:www.hrexpertonline.com/archive/Volume%252003%2520(2">http://72.14.203.104/search?q=cache:k-SFYy_rjPIJ:www.hrexpertonline.com/archive/Volume%252003%2520(2</a>
    regs,
    jaga

  • How to create a prompt with default value as current_date?

    Hello
    I'd like to create a prompt on the dashboard that has current_date as the default value. Is it possible to achieve so?
    Please provide any pointers..
    Thank you

    Unfortunately, no. Presentation variables are declared in a dashboard prompt (see page 44 of this link http://download.oracle.com/docs/cd/B40078_02/doc/bi.1013/b31767.pdf)
    Any other type of workaround would not be worth the trouble of asking the developers to create the variable for you. One note, the current date may very well already be defined and just not known to you. Can you ask your developer if he/she has a variable that contains the current date or how long it would take to create one for you?
    As a whole, it would be nice to have a set of "date" repository variables if you run Requests based on common date ranges (e.g., first day of current month, last day of current month, first day of quarter, last day of quarter, most recent end-of-year date, etc.) These can be very useful in automating reports so they don't require prompts. Of course, it depends on your organization and what you use OBIEE for...
    We have built many such variables and it has been very valuable to the users and report builders. Just a thought...

  • Creating Search prompt to display a particular record row

    Hi,
    I have a crystal report with an Excel sheet as my data source.
    I want to create a prompt which would ask for a certain value (say, "name") and when we enter a name (say "John") ; it will display the record row(age, income, savings, etc..) for the Name "John". (if multiple "john"s exist; it will display all the records with name- "John").
    Basically, i want to create a "search" function.
    Can you please help me understand how to create one like this. I am new to Crystal report. I have tried using Parameters but not able to make it happen.! 
    Thanks,
    Aditi

    Hi Aditi,
    Please follow these steps:
    1) Create a string parameter. You may choose to create a dynamic/static parameter. In the parameter creation screen, you can also choose to select the 'value' field and you can select the Name field from the database here. This will give a list of Names when the report is run. Skip this if you do not want it this way, that is, if you wish to manually type in the value
    2) Go to the Record Selection Formula (Report > Selection Formulas > Record) and use this formula:
    = {?Parameter_Name}
    Place the fields you want on the details section and the run the report.
    Hope this helps!
    -Abhilash

  • How to create custom BOL object for dynamic query in CRM 7.0

    Hi,
    Could anyone please explain me with steps that how to create the custom BOL object for dynamic query in CRM 7.0, I did it in previous version but its throwing exception when i try to create the object of my dynamic query class. I just defined the entry of my in crmv_obj_btil to create the dynamic query BOL object. do i need to do any other thing also to make it work?
    Regards,
    Kamesh Bathla
    Edited by: Kamesh Bathla on Jul 6, 2009 5:12 PM

    Hi Justin,
    First of thanks for your reply, and coming to my requirement, I need to report the list of items which are there in the dynamic select statement what am getting from the DB. The select statement number of columns may vary in my example for different countries the select item columns count is different. For US its '15', for UK it may be 10 ...like so, and some of the column value might be a combination or calculation part of other table columns (The select query contains more than one table in the from clause).
    In order to execute the dynamic select statement and return the result i choose to write a function which will parse the cursor for dynamic query and then iterate the values and construct a Type Object and append it to the pipe row.
    Am relatively very new for these sort of things, welcome in case of any suggestions to make it simple (Instead of the function what i thought to work with) also a sample narrating the new procedure will be appreciated.
    Thanks in Advance,
    mallikj2.

  • Error message:FRM-12001: Cannot Create the record group(check your query)

    Requirement: Need to get employee name and number in the LOV in search criteria.
    So I created LOV "full_name" and Record group Query under Employee Name property palette with
    select papf.title||' '||papf.last_name||', '||papf.first_name||' '||papf.middle_names emp_full_name
    ,papf.employee_number
    from apps.per_all_people_f papf, apps.per_person_types ppt
    where sysdate between papf.effective_start_date and papf.effective_end_date AND papf.person_type_id=ppt.person_type_id AND ppt.system_person_type IN ('EMP', 'OTHER', 'CWK','EMP_APL')
    AND PPT.default_flag='Y' and papf.BUSINESS_GROUP_ID=1
    order by papf.full_name
    I was unable to save and getting error message "FRM-12001: Cannot Create the record group(check your query)".
    I cant use PER_ALL_PEOPLE_F.FULL_NAME since full name here is last_name||title||middle_names||firstname.
    But my requiremnet is papf.title||' '||papf.last_name||', '||papf.first_name||' '||papf.middle_names emp_full_name .
    Can any one of you help me.

    First, Magoo wrote:
    <pre><font face = "Lucida Console, Courier New, Courier, Fixed" size = "1" color = "navy">create or replace function emp_full_name ( p_title in varchar2,
    p_last_name in varchar2,
    p_first_name in varchar2,
    p_mid_names in varchar2 ) return varchar2 is
    begin
    for l_rec in ( select decode ( p_title, null, null, p_title || ' ' ) ||
    p_last_name || ', ' || p_first_name ||
    decode ( p_mid_names, null, null, ' ' || p_mid_names ) full_name
    from dual ) loop
    return ( l_rec.full_name );
    end loop;
    end;</font></pre>
    Magoo, you don't ever need to use Select from Dual. And the loop is completely unnecessary, since Dual always returns only one record. This would be much simpler:
    <pre><font face = "Lucida Console, Courier New, Courier, Fixed" size = "1" color = "navy">create or replace function emp_full_name
    ( p_title in varchar2,
    p_last_name in varchar2,
    p_first_name in varchar2,
    p_mid_names in varchar2 ) return varchar2 is
    begin
    Return ( Ltrim( Rtrim ( p_title
    ||' ' ||p_last_name
    ||', '||p_first_name
    ||' ' ||p_middle_names )));
    end;</font></pre>
    And second:
    user606106, you did not mention how you got your record group working. However, you DO have an issue with spaces. If you change this:
    <pre><font face = "Lucida Console, Courier New, Courier, Fixed" size = "1" color = "navy">select papf.title||' '||papf.last_name||', '||papf.first_name||' '||papf.middle_names emp_full_name
    ,papf.employee_number </font></pre>
    to this:
    <pre><font face = "Lucida Console, Courier New, Courier, Fixed" size = "1" color = "navy">select Ltrim(Rtrim(papf.title||' '||papf.last_name||', '
    ||papf.first_name||' '||papf.middle_names)) AS emp_full_name,
    papf.employee_number</font></pre>
    it should work. The Ltrim(Rtrim()) removes leading and trailing spaces from the resulting full name.

  • FRM-12001:  Cannot create the record group (check your query).

    I WANT TO ADD A RECORD GROUP IN PRI BUILD FORM THE QUARY IS VERY SIMPLE LIKE
    SELECT item_code
    FROM items
    WHERE active = 'Y'
    AND item_code like 'FAJ%'
    BUT THE SYSTEM SHOW THE ERROR MESSAGE
    Cannot create the record group (check your query).

    Make sure the user connected to the database from the forms builder has the privilege of select from the table, or there's a synonym.
    Try your query from SQL*Plus connected with the same user.
    Tony

  • Creating constrain prompt from 2 different dimensions

    For Dashboard prompt we need to include 3 columns, date range, reseller and customer.
    Date range comes from date dimension. Reseller and Customer come from customer dimension. We want the list of customers shown in the prompt to be constrained by the user selection of reseller. But since these columns are coming from diff dimensions, when we create one prompt including all these columns and say constrain for customer - the prompt drop down returns no result. Whereas if we create 2 diff prompts one for date and one for reseller + customer we are able to constrain the customer prompt. This solves the purpose but displays 2 prompts on the page with 2 'GO' buttons. Is there anyway to create one single constrain prompt so that the user does not have to click multiple 'GO' buttons.
    Any suggestions on how to achieve this.
    Thanks.

    Hi,
    Yes the fact table has the keys to the date and customer dimension. Is there any other column or information needed to create the constraint prompt?
    Thanks.

  • Create a prompt using MDT 2012 in SCCM 2012 OSD task sequence

    Hi Experts,
    I need some help with SCCM 2012 Task sequence using MDT 2012.
    Here is the scenario:I want to build a task sequence  where it will propmt whether the technican want to build a new build or refresh. Based on the technicians choice the task sequence will perform specific actions.
    We can create the prompt using HTA or VBScript or some otherways.
    But the requiremnt for us is to Use ONLY MDT 2012, not any other ways.
    Is it possible to do like the above with UDI?
    Please can someone shed some light how to do will be great.
    Thanks in advance,

    Hi,
    UDI may achieve what you want. Take a look at the blogs below.
    http://blogs.technet.com/b/anilm/archive/2012/06/01/integrating-mdt-2012-rtm-with-configuration-manager-2012-rtm-part-3-creating-and-deploying-a-udi-task-sequence.aspx
    http://heinrichandsccm.blogspot.com/2013/04/how-to-setup-and-configure-sccm-2012.html
    Important Note: Microsoft provides third-party contact information to help you find technical support. This contact information may change without notice. Microsoft does not guarantee the accuracy of this third-party contact information.
    Juke Chou
    TechNet Community Support

Maybe you are looking for

  • Can I set the Fan manually..?

    I use BOINC and because of that my Thinkpad T410 crashes quite often! (Although I let BOINC only use one core!) Can I somehow set the fan manually to the maximum and set it back to normal when I stop BOINC?

  • How do you directly post a value to Local Currency 2?

    We have a situation where we need to manually revalue a posting. The Company Code currency is $ The Group currency is £ We have a balance that we need to wipe out in £ for our company code. If we use t code F-05 - when we select the document currency

  • Incomplete installation of osx

    hi i was installing os x leapord to my tiger...but i had to stop that installation as i had to go somewhere so i did quit the installation but when it asked to restart it gave me options of osx leapord windows and in hurry i clicked on osx 10.5 leapo

  • Deploy MMC settings (Group Policy SnapIn to disable mass-storage devices to non-admin)

    Hello, To deny acces to non-admin accounts to removable storage devices and CD/DVDs, I've added in MMC a new snap-in that allows me to do so. Once added this feature, I save the file, wich is a .msc. Now I'd like to add it to my WES8 image, but don't

  • Automation Infocube History load

    Hi, Scenerio : i have 3 infocubes in which we load yearly data...say 2004, 2005 and 2006 data in each cube....now to load 2007 data, we have to delete contents of 2004 yr and dump thr 2007 records so 3 yrs of history will b maintained....now if 2008