Web template with different sections from same query

Hi all.
we have a query that display some characteristics for a single employ; we want to create a web template that display, in different analisys items (referred to same data provider), parts of query result.
The query has only characteristics and no indexes.
To explain better:
Query result:
Employ      1000
B.U.           AAA
City            Rome
Level           A
Web template:
+------------------+                    +-----------------------+
!    Employ 1000   !                    !    City    Rome       !
+------------------+                    !    Level   A          !
                                        +-----------------------+      
        +--------------------+
        !  B.U.      AAA     !
        +--------------------+
We should be able to write a web template like this using 3 different query but the question is: can we use the same query ? DATA_ROW_FROM / DATA_ROW_TO parameters don't work because only limits data rows but we have 1 only row!
Thanks to all.
Valter Casse
AMS-BW
SSC

Have you considered creating and using query views?

Similar Messages

  • Open web template with different language!!

    Hy experts, i have this question: i have a web template and i would create a command that open the same web template with another language.
    I tried to insert a hyperlink with sap-language parameter but in this way navigation properties on table and filter value's aren't maintened in the new web template .
    Could you help me?
    Thank's a lot
    Andrea

    I have done this using iviews in the portal by using
    ie
    Language = ZH in the application parameter
    will fire up the iview in chinese on a hardcoded EN BI portal
    Then you can have the same iview without the language string and that fires in the portal language (if hardcoded) or the personalisation language of the user

  • How to use a Web Template with queries from multiple BW Systems?

    Hi all,
    can anybody help me how to use a Web Template with queries (DATA PROVIDER)in it from multiple BW Systems?
    Thanks in advance, best regards
    Frank

    Great! Thanks for the quick response.
    Have you tried this for XMLA datasources created within the EP system also?
    i.e use Web Analyzer to create a view from the XMLA source and use that view within WAD?
    Thanks.

  • Use same web template to display info from database

    I want to create a web template or form (for lack of the correct terminology) I can use to display database info. Database holds info on a number of members. I want to use one web template/form that can accept a query string parameter (Ex., ID number), access
    the database and display the unique info for that member.
    Using a web template/form seems like a more efficient way of achieving what I want versus creating individual member pages. Where do I start? Can you direct me to the "starting line"? Thanks.

    Hello,
    Did you means this:
    http://msdn.microsoft.com/en-us/library/ms227423(v=vs.90).aspx
    Summer

  • How to create a web template with company logo

    how to create a web template with company logo . can any one help me with the steps. or any notes. thnaks in advance .
    2. i have 25000 articles and client want to have a selection feild to see top article ex:50,10,20, 100, 1000 etc . same for bottom articles . plz let me know how to do it . thanks for replay . i am new bw so plz .
    thanks to you all

    Hi
    1) Please read
    http://help.sap.com/saphelp_nw04/helpdata/en/4a/c8353c51aab32be10000000a114084/frameset.htm
    2) Create a condition in the Query Designer: Use a formula variable
    See http://help.sap.com/saphelp_nw04/helpdata/en/73/702e39074dc93de10000000a114084/frameset.htm
    Heike

  • Webi Vs Bex Analyzer for the same query

    Hi Experts ,
    I face an issue in Webi Vs Bex Analyzer for the same query :
    Output of Bex query:
    Transport System     Location ID     Quantity
    PIPEC1-Z4          LOCCP1-Z4     1,000.000 BBL
                              LOCCP2-Z4     400 TO
                              LOCGAL-Z4     *
                              LOCRAS-Z4     200 TO
                              Result     *
    Here as the Unit of measure is different, the RESULT displays a *
    Only in cases where the unit of measure is the same, the result
    is displayed correctly.
    However in webi, the sum function blindly adds up without any possibility
    to check whether the uom is the same.
    How can I check to add only when the units are the same ?
    Regards, Jerin.

    Hi Jerin,
    Each Key Figure used in a BW query can have up to three different sets of information:
    Numeric value of the Key Figure corresponding to the Key Figure without the unit.
    Unit or Currency information, A Dimension object with character format that contains the unit or currency. For example, 'USD', 'u20AC', 'km'
    Formatted value, representing the user-specific formatting. A Dimension object with character format that contains the Key Figure and the unit (formatted value) based on user preferences configured on the SAP server. For example, '200 USD', '345 u20AC', '25 km'
    Each Key Figure is represented with a Measure object in a Class u201CKey Figures.u201D In the case where the Key Figure is configured in BW with a unit, an additional Dimension object will be added representing the unit information. The u201CFormattedu201D value represents the numeric value Formatted as a string value, following the user-specific formatting settings.
    Or if doesn't appear the Unit, for some CKF or RKF it happens, you can add to your BEx query and then to the universe the unit or currency and create a separate dimension with that information.
    I hope this help you.
    Best regards,
      Fede

  • Calling Web Service with SOAP header from BPEL

    Hi,
    I am calling a web service (with header information) from BPEL. In the Invoke activity, i created a header variable to pass the header information.
    But, when i test the BPEL service, invoke activity fails because the header information is not being passed.
    Below is the error message (copied from clipboard).
    +<messages><input><Invoke_1_getsubinfo_InputVariable><part xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" name="parameters"><getsubinfoElement xmlns="http://ws/its/tabs/webservices/SingleRowWS/SingleRowWS.wsdl">+
    +<pSubnoin>+
    +<insubno>12345678</insubno>+
    +</pSubnoin>+
    +</getsubinfoElement>+
    +</part></Invoke_1_getsubinfo_InputVariable></input><fault><bindingFault xmlns="http://schemas.oracle.com/bpel/extension"><part name="summary"><summary>exception on JaxRpc invoke:+
    start fault message:+
    Internal Server Error (Caught exception while handling request: javax.xml.rpc.JAXRPCException: Not authenticated user)+
    *:end fault message*</summary>
    +</part></bindingFault></fault></messages>+
    As said, no header information is visible in the Invoke activity.
    Please provide help for the above issue.
    -MJ

    Hello Patrick,
    Thanks for the response. I am using normal assign activity to assign values to the header variable as shown below. HeadMT is the header variable which is passed in the invoke activity.
    +<assign name="Assign_Header">+
    +<copy>+
    +<from expression="'tkl12'"/>+
    +<to query="/ns1:LOGIN_INFO/ns1:USER_NAME" variable="*HeadMT*"+
    part="payload"/>
    +</copy>+
    +<copy>+
    +<from expression="'tkl123'"/>+
    +<to query="/ns1:LOGIN_INFO/ns1:PASSWORD" variable="*HeadMT*"+
    part="payload"/>
    +</copy>+
    +<copy>+
    +<from expression="'TKL'"/>+
    +<to query="/ns1:LOGIN_INFO/ns1:CHANNEL_ID" variable="*HeadMT*"+
    part="payload"/>
    +</copy>+
    +</assign>+
    The expected input by the web service is as below with the header information highlighted.
    +<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://ws/webservices/RowWS/RowWS.wsdl">+
    +*<soap:Header>*+
    +*<ns1:LOGIN_INFO>*+
    +*<ns1:USERNAME>tkl12</ns1:USERNAME>*+
    +*<ns1:PASSWORD>tkl123</ns1:PASSWORD>*+
    +*<ns1:CHANNEL_ID>TKL</ns1:CHANNEL_ID>*+
    +*</ns1:LOGIN_INFO>*+
    +*</soap:Header>*+
    +<soap:Body>+
    +<ns1:substatusElement>+
    +<ns1:pInparam>+
    +<ns1:insubno>7674988</ns1:insubno>+
    +</ns1:pInparam>+
    +</ns1:substatusElement>+
    +</soap:Body>+
    +</soap:Envelope>+

  • Web Templates with Tabs

    Hi, We have quite a few reports we have developed for users that have around 5 or 6 tabs.  When we adding or remove any functionality we have to maintain each of these reports.   Does anyone else have/had this issue and what is a good strategy to move away from Web Templates with tabs?
    Thanks!

    to my knowldge, we don't have any option... we need to maintain every time.
    I can think how complex it is...if you have 5 or 6 tabs... it 's very complex. Going forward... for small change.. like adding new tab etc... you need to be very careful.
    On every call... try to reset to initial every time you call a tab... then try to pass values as per the requirement. ex: Title, Filters, settings, table etc.
    Initial view we will disble every thing... we will one by one... with multiple commands...
    Nagesh Ganisetti.

  • Different templates with different datasource files

    Hi All,
    Can someone tell me how we can have two different templates with different datasource files in one BIP report.
    I need PDF template based on one xml file and CSV teamplate based on another in one report.
    Thanks.

    you can have two data-set or query , and select concatenated data and have a single xml file.
    But pdf template will look at those, dataset in the xml, which you want. and CSV will look only on the other dataset.
    what method are you using for CSV ?

  • Filter Web Template with URL Cmd: doesn't work with compound infoobject ?

    Hello all,
    I've to filter the query contained on a web template with URL command, but it doesn't work.
    The web template contains only one query, and on the free chars I have 0PLANT.
    I call the web template adding to the normal url the following command:
    &FILTER_IOBJNM=0PLANT&FILTER_VALUE=33
    where 33 is the code of the plant I want to filter.
    The command is executed, I think, because the  result is "NO APPLICABLE DATA FOUND". The fact is that when I execute this query on the Bex filtering 0PLANT by value 33 the data exists.
    May be because 0PLANT on our system is in compound with 0SOURSYSTEM ? In this case, what's the value I can use as filter ?
    Thank's in advance,
    Max

    Hi,
    please see http://help.sap.com/saphelp_nw04/helpdata/en/59/edfe395dd76846e10000000a114084/frameset.htm
    especially:
    If the variant with ending 'EXT' is selected, the fully compounded value has to be entered in the external format, for example, 24.12.2000.
    If the ending 'EXT' is not used, the fully compounded value has to be entered in the internal format, for example, 20001224 for 24.12.2000.
    and
    In the internal display (see table below) you can easily determine the name of the characteristic and the filter value using the URL parameter &snippet_operations=%20 (see also Object Tag for the Properties of Web Templates). Call the Web application with this URL parameter. If you filter using the context menu, the parameters FILTER_IOBJNM and FILTER_VALUE are automatically added to the URL in the Web browser. You can then use the desired values with Command URLs in hyperlinks.
    Heike

  • Single page web site with 6 sections

    I need to create a single page web site with 6 sections. How do I set the page height/width? What are the settings I need to get started?

    You can set your page width in the Site properties  but generally you don't need to as the default setting works well. The height will be determined by your content.

  • Is it possible to differentiate one payroll area with different currency under same company code

    Hi experts ,
    MY client wants to pay in yemen currency for the employees who working in yemen, but it was comes under same company code created for india.we have differentiated yemen under different payroll area wise . so is it possible to  differentiate one payroll area with different currency under same company code.
    thnx,
    vamshi keshavapatnam

    Hi Vamshi,
    I don't think so what you have done is correct. It seems like Global Employment functionality. As I understood you have some EEs which are Indian but working in company branch of Yeman.
    If this is the case you should define a new company code for Yeman branch and use Global Employment functionality. By this you can make decision to pay in home currency or traget country currency.
    Regards,
    Omid

  • Calling query doc. (text file) from a web template with JavaScript

    Hi,
    I would like to have an explanation of the following:
    My goal is to develop a solution within a dynamic web template that supports calling of query documentation (description and purpose of the certain report). This query documentation will be provided from a textfile(e.g .csv) and presented under the information tab applying a text element web item. This will be done with query technical name acting as key with the following column structure:
    Technical name    Description    Purpose
    I really would appreciate if anyone could provide me with a more or less detailed solution proposal for this. Javascript etc.?
    Thanx in advance

    You can use the command line tool cURL instead of a GUI browser.
    set myFonts to do shell script "curl http://site.com/fonts.txt"

  • Variance Scaling in Query and Web Template Showing Different Results

    Hi experts,
    I have the following problem - variance scaling in my query and web template are showing different results.
    My variance in column is set as follows:
    Formula: NODIM(A % B)
    Scaling Factor: 1
    I have a structure in row that uses Scaling Factor of 1,000.
    Let say the value of Column A is 120 and Column B is 100.
    When I execute the query, it will show 0.02
    However, when I execute the web template it will show the correct scaling i.e. 20.
    May I know what can I do to correct above scaling error?
    Thank you!

    You can not remove the scalling factor, but once you check the checkbox below the dropdown menu, the scalling factor will go away.
    I checked at my end and when I set the scalling fact as 1, I was getting 9.9% while I was expecting 9900%. When I removed the scalling factor I started getting 9900%.
    I would let you know if I came across anything else.
    What about the unit of Column A and B. Are they same or different?
    - Danny
    Edited by: Danny Matt on Jun 22, 2009 1:54 PM

  • Web Template with Query Views not showing Variable Screen

    Hi, I have a Web Template using 3 Query Views based on a single query.  The Query has 2 mandatory variables (CALMONTH and VERSION).  When I execute the Web Template it does not prompt with the Variable Screen, and presents the report with the Variables that were in place when the view was saved/created.  I'd like the Variables to appear.
    1. Is this the correct behavior? 
    2. Is there any documentation that might describe this behavior.
    3. Should I just copy the query and create 3 queries instead?
    Note: I did a search in SDN and found lots of similar threads, but nothing exact.  Also, I know about forcing the variable screen, but I thought I shouldn't have to do this.
    Thanks!

    k forget the view, when you run the main query... do you get a pop up for variable screen,. yes or no?
    if you dont then try to run another query and see if you get the variable screen as well. if you dont then its a bug. if you do then something is wrong in your query and its having an issue, but if you do get the screen on your query then it is a setting in your web template not in your query.
    you can also try to run the query in RSRT backend ...

Maybe you are looking for

  • Ipod Classic Stuck In 'Verifying Ipod' Mode When Connecting To iTunes

    I currently own an iPod Classic 160GB and an iPod 5th Gen 30GB. Both of them were working perfectly and synchronizing with iTunes up until i upgraded my OS system to Windows 7 from XP. I am also running iTunes 9.2 Now when i try and synch them, both

  • Frames getting hide when preview in browser - how them stay?

    All work in Dreamviewer is fine, until preview the homepage in borwser------ all frames are moving how they like when I´m moving the window size.... How I can keep them right size? K.

  • Burning same song on CD

    Ok, for my mom this Christmas, I wanted to give her a CD of this one song she really likes. So I was wondering if there was a a way that I could burn a CD with only one song but have the song on there like 10 or so times so it could just keep playing

  • Need help in DataGridViewComboBoxColumn & DataGridViewTextBoxColumn

    Hello Guys, Need help in DataGridViewComboBoxColumn & DataGridViewTextBoxColumn in same cell, in the sense i should be able to type and select items in datagrid cell. I have already placed the grid via properties and in properties menu have selected

  • Automatically Default  GL Account in Purchase Requisition

    Hi Experts, I want to Default GL Account and Business Area fields in Account Assignment Tab of Purchase Requisition based on Certain conditions. It means at the time creating Purchase Requsition based on Order type , GL Account and Business Area shou