Text Variables in Query Title

I have a requirement in BI to have the Calenday Day/Month display in the Title of my Query.  I know how to do this with Calendar Year and Calendar Year/Month, using TEXT VARIABLES.  However, I was wondering if this was possible using Calenday Day.  And if so, are there any pre-requisites?
The problem that I have come across is that when I create a new text variable and reference Calenday Year (after choosing replacement path), when I search for a  Calendar Day Variable to use, I don't see them displaying in my choices.  Any help, would be appreciated.

Hi Maximina,
if the element is not in your variable list than please close query designer and than open it again.
Text variables on calendar day works as other text variables.
If you still cant see it just enter it "directly" in the description field.
If the name of your variable is "ZDAYTEXT" than write &ZDAYTEXT& in the description.
Dont use the F4 help. This must work.
Regards,
Adem

Similar Messages

  • Text Variable in Tray Title

    HI BI experts,
    we recently migrated many WAD from BW 3.5 to BI 7.0.
    In BW 3.5 We had (in automatic) every Web Item with the Query (Dataprovider) title.
    In BI 7.0 if we want the title over every Web Item, we have to manage the Tray; i can write the text manually in the Tray Settings but, unfortunately, in some Web Item, we have a text variable (a text variable is in the title of the query developed with the Query Designer).
    My question is: How can i reproduce the right title of the query with the value of the text variable?
    I'm not expert in Javascript, if the solution is in the javascript please give me an example of coding.
    This is the xhtml code of a Web Item where "TXTORDI02" is the name of the text variable
                       <tr >
                            <td valign="top" colspan="2" >
                                <bi:CHART_ITEM name="CHART_1" designheight="325" designwidth="600" >
                                    <bi:WIDTH value="600" />
                                    <bi:HEIGHT value="325" />
                                    <bi:WITH_TRAY value="X" type="CHOICE" >
                                        <bi:TRAY_SETTINGS type="COMPOSITE" >
                                            <bi:CAPTION value="Valori EV Costi x Destinazione(Periodo) -&TXORDI02&" />
                                            <bi:CAPTION_VISIBLE value="X" />
                                            <bi:STYLE value="PLAIN" />
                                            <bi:UPDATE_TYPE value="CLIENT" />
                                        </bi:TRAY_SETTINGS>
                                    </bi:WITH_TRAY>
                                    <bi:CHART_CUSTOMIZING value="biLargeData:99ZXG4E32B0MJ9FP1ISDPVW1C" />
                                    <bi:CHART_TYPE value="COLUMNS" />
                                    <bi:LEGEND_TYPE value="LEGEND_POSITION" />
                                    <bi:DATA_PROVIDER_REF value="DATAPROVIDER_1" />
                                    <bi:LINKED_DATA_PROVIDER_REF_LIST type="ORDEREDLIST" >
                                        <bi:LINKED_DATA_PROVIDER_REF value="DATAPROVIDER_1" index="1" />
                                    </bi:LINKED_DATA_PROVIDER_REF_LIST>
                                    <bi:OVERRIDE_AXIS_DESC type="CHOICE" value="" />
                                    <bi:OVERRIDE_AXIS_LABEL type="CHOICE" value="" />
                                </bi:CHART_ITEM>
                            </td>
                        </tr>
    Thanks in advance.
    Fabrizio Modesti

    Hi Fabrizio,
    you could place an infofield item above the analysis item and refer to the Dataprovider with one element: information type = "generic text" and the value of the generic text element "QUERY_DESCRIPTION". Use the same item width as the analysis item.
    Then the Query description is generic.
    If you like you could use a container item with tray which includes these 2 elements.
    <bi:INFO_FIELD_ITEM name="INFO_FIELD_ITEM_1" designheight="300" designwidth="800" >
       <bi:WIDTH value="800" />
       <bi:DATA_PROVIDER_REF value="DP_1" />
       <bi:INFORMATION_ELEMENT_LIST type="ORDEREDLIST" >
         <bi:INFORMATION_TYPE type="CHOICE" index="1" value="GENERIC_TEXT_ELEMENT" >
           <bi:GENERIC_TEXT_ELEMENT value="QUERY_DESCRIPTION" />
         </bi:INFORMATION_TYPE>
       </bi:INFORMATION_ELEMENT_LIST>
    </bi:INFO_FIELD_ITEM>
    Instead the Infofield item you could take a text item with the generic text:
    <bi:TEXT_ITEM name="TEXT_ITEM_1" designheight="70" designwidth="400" >
        <bi:TEXT_BINDING type="CHOICE" value="GENERIC_TEXT_BINDING" >
            <bi:GENERIC_TEXT_BINDING type="COMPOSITE" >
                <bi:DATA_PROVIDER_REF value="DP_1" />
                <bi:GENERIC_TEXT_ELEMENT value="QUERY_DESCRIPTION" />
            </bi:GENERIC_TEXT_BINDING>
        </bi:TEXT_BINDING>
    </bi:TEXT_ITEM>
    best regards
    ARNE

  • Conflict with text variable on Query Designer

    Hi,
    this is the scenario:
    - On Query Designer i got two restricted key figures: K1 and K2.
    - I'm usign a manual entered variable for 0CALMONTH.
    - On K1 the sales are restricted for the selected month.
    - On K2 the sales are restricted to a range between first month of the year, and the selected month-1.
    Then on a formula i use K1+K2 and a text variable (selected month) for the name of the column. Then, when running the query, the text for the variable can't be found. There is a conflict on text variable when using 2 restricted key figures on the formula.
    How can i solve it ?
    thx

    Hi,
    I assume that your text variable is of replacement type?
    If it doesn't work you can create a new text variable of user exit type and derive its value using entered 0CALMONTH.
    Best regards,
    Eugene

  • Text Variable for Report Title

    Hi All,
    My requirement is to keep a dynamic text as current fiscal period in the Title of the report.
    I have created a Customer exit variable and the value is getting populated. But the user does'nt wanna see the Key (Ex 2007004 ), he want to see the text as
    Apr 2007.
    If i am using a replacement path variable, then i can say replace with text. But as the text variable need to be in the report title, i have choosen the cust exit which will give only the key not the text.
    Can anyone suggest me how to solve it.
    Thanks In Advance
    Ram

    Hi,
    check the below thread.
    0CALMONTH values need to display in Texts
    Regards,
    Siva.

  • 10 text variables in query ?

    Hello,
    I have to create a query with a structure in in columns. I have to fill a variable on the selection screen (for example 0CALYEAR).
    The query now lists the last 10 years in the other columns as an offset to the variable 0CALYEAR.
    Now I want to see each year as a text in each column header.
    Any ideas to avoid the creating of 10 text variables for each column ?
    Thanks a lot in advance....

    Hi,
    Get the input for Calyear in some dummy key figure and populate the last 10 year value in user exit to calyear variable.
    Drill down the calyear across the column and set the display as text.
    Hope this helps
    Regars
    Akhan

  • Using Text Variable for Query Description

    hi all,
    I am currently trying to include this text variable in the query properties of the query.
    This text variable should be able to grab the 0CALMONTH as filter to be included into the query properties. but currrently  cannot grab the particular information from the query properties.

    Hi
    If I got your Question properly , You are trying to use Replacement Path Variable .. If it is so
    /people/kamaljeet.kharbanda/blog/2006/12/28/bex-characteristic-variable-with-replacement-path
    http://www.sd-solutions.com/documents/SDS_BW_Replacement%20Path%20Variables.html
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/009819ab-c96e-2910-bbb2-c85f7bdec04a
    Hope it helps

  • Text variables in query not taken over into univers

    Dear all,
    We are working with text variables in our SAP BI queries ( &ZVAR001& ) for example, which are translated to 01.2008 02.2008 etc at query execution time.
    When we build the BO Univers on top of such query, the text variables are not dynamically filled, but BO takes the variable name as value...
    We are using BI 7 & XI 3.1
    Did anyone had similar experience and/or solutions ? This is quite an annoying lack.
    Thanks in advance,
    Stefaan.

    Hello Ingo
    The most commonly used structure I have come across, is a structure where you have YTD, MTD last year etc. values.
    As far as I can judge such structures or calculations are not very easily done in Webi (But I may be wrong here), hence the customer will want to use the structure. But it is quite tiresome to have to redo all headers of the structure.
    But assuming I do the headers in Webi, I will need to obtain the value of the prompt answers. But so far I have not been able to get the value of a prompt answer using UserResponse() (when the prompt is auto-generated based on a BW variable). See also this thread:
    Using UserResponse on BW originating prompts
    Can you help out here?
    /Thomas

  • Name of column using text variable in Query Designer

    Hello!
    I have 3 columns with amounts, 1 characteristic value variable and 1 text variable.
    For example, names of this columns - 2005 year, 2006 year, 2005/2006.
    I fill names using only one text variable and I can call first 2 column. I use set offset of variables for second column.
    How can I call third column ''2005/2006"?

    Hi,
    u need a second Text varaible and u need to correct your existing text variable.
    Prerequisite: u need for your key figures the same KF-variable
    1. Edit your existing text variable  lets say its called &Text1&
    2. Select your Text variable and go to tab "replacement path"
    3. Choose a) InfoObject b) Choose key
    4. In section "use value range" choose from  value
    5. Create a new text variable lets call it &Text2&
    6. make exact the same settings as for your first text variable butchoose for "value range" to value
    Now u use this text variables for your KF:
    KF 1 -> &Text1&
    KF 2 -> &Text1&
    KF 3 -> &Text1& / &Text2&
    This should make it!!
    Regards
    Tobias

  • How to Get User entered value in a text variable

    Hi,
    I have made a text variable to show the user entered value in the column header.
    The user enteres value in a formula variable ABC whose default value is say '30'.
    I am using customer exit to capture this value in the text variable. The code is as follows
    IF i_vnam EQ 'txtvar'.
    if i_step = 2.
    LOOP AT i_t_var_range INTO loc_var_range
    WHERE vnam = 'ABC'.
    CLEAR l_s_range.
    l_s_range-low = loc_var_range-low.
    l_s_range-opt = 'EQ'.
    l_s_range-sign = 'I'.
    APPEND l_s_range TO e_t_range.
    EXIT.
    ENDLOOP.
    endif.
    endif.
    Now when I am executing the query I am getting the default value in the column header i,e, 30. But when the user changes this default value to something else while executing the query, I simply get blank in the column. The changed value is not getting captured in the text variable.
    Thanks

    Hi,
    Insted of  going for exit,
    just create a Text variable proceesing typr Default/ Manual Entry and set the default value as u wish,
    use it in the KF header; dont use the same Text Variable for Query Title.
    Now i tried this for you and it is working fine.
    Regards
    ReddY A

  • Using currency conversion and text variable at the same time

    Hi all,
    In a 3.5 bex query, i am applying currency conversion on a key figure with a variable of 0currency.
    as i know, to be able to apply currency conversion, variable of currency should not be in Free characteristics or in Filter.
    it has to be selected only on the key figure.
    but now, i want to use text variable for selected currency (with type replacement path). But as i know, to be able to use text variable, variable of currency has to be
    in Free characteristics or in Filter.
    Can you please advise, how to both use currency conversion and text variable on currency?
    Thanks in advance.
    Sancho

    Sancho,
    I'm not 100% sure about this, but I'm thinking that if you are pulling the text variable from a selection in a structure, you should not need it in the free characteristic or filter. Try creating a structure, placing the currency in it as a selection, and creating a text variable as the title for the selection that is based on the currency. This may help.
    Cheers,
    Rusty

  • How to set query title or heading

    Hi,
    How  can I set the query title or query heading. And also how can I creat text variable for query description.
    Thank you
    Joe

    Hi Joe,
    First, you can define query description when you first time save it. Then you can change it in query properties. But in the latter case the query description will be changed during the run time. When you select the query when you open it, the description will be original.
    Best regards,
    Eugene

  • Error using Text variables

    HI all
    I am trying to create Text variables in query.
    But it is throwing the below error when i use that.
    Error : Source is not permitted variable for target period from variable 0p_fiscper3_2
    Pls let me know what would be the problem and how o debug it
    Thanks

    My user exit retuns a table in a select-option format
    SIGN OPT LOW
    I   |EQ |29 DEC 2003
    I   |EQ |05 JAN 2004  
    My query looks similar to this
    01/2004                     02/2004
    29 Dec 2004
    xxx xx xxxx  xxxxxx xxxx    xxx xx xxxx  xxxxxx xxxx
    I am not sure why this is happening.
    Thanks
    Eric

  • How to hide Text Variable in the Query title

    Hi guys,
    here again in a very easy pratical issue.
    I need to insert a text variable in a report title.
    The variable is updated with an exit and the text is get once the query is executed. This works fine.
    My problem is that in report selection (so opening the query and between queries available for an Infoprovider) I see the tech variable name of the query. Do you know if there is a method to hide the variable or if it is possible to valorize it when the report title in the report selection is displayed?
    Thanks in advance
    Bye!

    Hi, thanks for your answer.
    Also SAP marks this as a limitation.
    Bye!

  • Using Standard Text Variables for FYPERIOD in Report Title ?

    Hi,
    We have a requirement where the user input the variable 0fiscper to the query (001.2010). How to get the text value of that variable in the query description in the bex query ?
    For example user input, 008.2010. We need to get "Aug 2010 Sales values " where Sales values will be the report text. I want to get Aug (month) and year (2010) before the report title. I have searched in google and sdn and could not find any link, but found a doc for the column header text using the same variable. I have tried the same procedure and its just display the zvariable name and Sales value's instead of the label. Please advise.
    Thanks
    DR

    You can create a Text variable with replacement path of Fiscper as reference char. Select Key in details tab of replacing variable.
    If you are just getting technical name, then it is understood that it is not getting replaced.

  • Text Variables are not being Displayed in the Output of the Query

    Hi All ,
    We have some column headings , which are populated through the Text Vaiables , But in the Query Ouptput only the tech names of the Text variables are being displayed . can anyone tell me why its happening like this . I want to debug the Query , please guide me in this regard
    Thanks in Advance.. Pls reply me as soon as possible

    Hi Nagarjuna reddy,
    Click on the properties of the infoobject enter the name of the description and next to that you can see the X/? buttion click on the this button and select the field/if the proper field is not there then create a field descriton and select. i hope this is works and correct me if i am wrong. for debuggin the query use a transaction code- RSRT.
    regs,
    Vachan

Maybe you are looking for

  • PXE problem - \boot\BCD 0x0000098 does not contain a valid OS entry

    I am setting up PXE on my SCCM 2012 server.  I have a seperate DHCP server running WDS(unconfigured).  I have DHCP option 66 and 67 set  (\boot\x86\wdsnbp.com). I have PXE configured to recognize unknown computers.  The deployment assigned to the unk

  • Extending ADDT

    Hi all, I've a question about Customizing or Extending ADDT: Adobe allows users to modify certain files in the Dreamweaver Configuration, does this include ADDT? Can Third-party extensions use the ADDT API in order to be compatible with or extend ADD

  • Problem on exporting images from jsp to excel

    i had exported content of jsp to excel, but the problem is i couldn't able to export images present in jsp to excel. the images are present in webapplication / images directory. guys if you know any way please let me know code which i used for export

  • Hindi Language not available in LANGUAGE LOV of "Offering"

    I want to make a offering for a Class, for which I want the Language to be "Hindi", I have applied India Legislation patch also but Hindi Language is not available, Can someone tell me which is the Lookup for Languages in OLM. Edited by: 979869 on Ma

  • HT201302 How do i get my photo gallery back

    I bought the iphone 5, everything transfered except my photo gallery