Display key date of hierarchy in the query

Hello,
we have a query that uses a hierarchy with the time depending structure. The key date of this hierarchy has been restricted with a variable and can be entered by user in the query selection screen.
Is there any way to display this key date variable in the query result ? Otherwise the users do not see the key date they had selected before.
Thanks in advance !
Regards
Igor

Hi Chandamita,
Thank you so much for your quick response. I'm not sure if it will fix the issue because it has the same properties for other object which we do not encounter the issue.
Thank you!

Similar Messages

  • 'Display as hierarchy' in the Query Designer

    Hi,
          Can anyone highlight some points or importance of 'display as hierarchy' in either rows or columns in the query designer. Also could someone put some thoughts on the 'new structure' in the query designer, is it just that we can create some new selection and new formula from the structure or is there any other explanation for its existence. Any kind of explanation would be greatly appreciated.
    Thanks,
    Anjali.

    Hi Anjali,
    display as Hierarchies:
    simply enables you to select and use hierarchies for that InfoObject if available.
    Structures:
    you can create structures with or without keyfigures. Structures give you a great deal of flexibility and consistancy in your reports. Eg. you can create a structure that gives you a drilldown on char selections that are different for each line or column. We use that to "simulate" divisions in a drilldown that we don't have backed up by masterdata.
    Also structures enable you to keep reports consistant by using the same global structure eg. for all Contribution margin reports
    Hope that helped,
    regards,
    michael

  • Date range for key date in hierarchy

    Dear Friends,
    Is there a work around for single key date restriction for time dependent hierarchy.Bcos i can only select one key date in teh report for my hierarchy so that it will take that hierarchy which falls in this date and display the result accordingly.
    But is there a way to select the date range for key date so that more than one hierarchy can be used to display my report accrding to the time range.
    Say,i have 4 hierarchies (time dependent) like v1,v2,v3,v4 and v5 for jan 08,feb 08,mar 08,apr 08 & may 08 respectively.
    In my report,i want to display the result for the time interval say mar to May.
    So my report should diplay the result according to the 3 different hierarchies for the time period i.e.v3,v4&v5.
    How do i acheive this.
    Thanks.
    ragu

    Hi
    I think we may do with the Char with text with replecement path.
    take time char as Calmonth and set the offet value as -1 and -2 and design the report and use the hierarchies in that query.
    Am not surt it willwork but better to try with this.

  • Cube loaded with data, but unavailable in the query

    Hello everyone,
    Someone can help me?
    I created a new Cube CO-PA for the year 2010, and loaded with data this year. To make sure that the data were correct did a ListCube, with all the filter equal to the query, and indeed the data is loaded properly for this year. And when i run the query with data from the years 2008 and 2009 show me  data in my report, but when I run the query for 2010, the query displays an error message saying that "no data".
    How is it possible to have the correct data in the Cube, and i can not view the data in the query?
    Note: The request in the cube is available to report
    Thank you all,
    Greetings,
    Maria João
    30-Março 2010

    Hello,
    I was in trouble because I had not selected the key figures in the multicube : S
    After selecting the key figures, I ran the query and it had data.
    Thank you for your help.
    Sincerely,
    Maria Joã

  • Pass Key date from Sender to Receiver Query

    Hi,
    We have a requirement to pass key date from the sender query to receiver query.
    In our sender query we derive the key date based on the calendar month value entered by the user on the variable screen and this is used to determine the hierarchy structure to be used for report.
    The user have the option to drill down to detailed query (using RRI) from the context menu option. We would like to use the same key date in the drill down query as the sender query. The drill down query does not have any variable selection.
    In RRI settings I can not see the way to pass on the key date.
    Any help is appreciated.
    Thanks,
    Ankit

    Hi Suman,
    Yes, we do not have variables in the receiver query as we expect the settings in RSBBS to pass the filter values to the receiver query and which is being done consistently.
    The problem is that we do not have any option to pass key date. If required we can add a customer exit variable but how will it work if the user does not want to enter the variable values for the drill down report.
    Thanks
    Ankit

  • How to hide a single value node hierarchy in the query designer

    Hi,
    I would like to perform a calculation  in the infocube. It concern  a count "Nb of different customers" with the following hierarchy : Country / region / City.
    This KF would be read at the same time by city, region and country, and  certain customers exist in 2 different region, and I have to count them only once by country.
    To do this, I added a new record (at the country level when loading infocube) to deduct a number of customers in doubloons.
    This line added contain only a country code and the number of cutomers in doubloons (- 23 when I have 23 cutomers in doublons) with revrese sign.
    Now, I would like to use this value (-23) to have a right Nb of different customers by country, without showing the not assigned line in the report hierarchy.
    How can I hide, in the query designer or the WAD, a single value node from hierarchy (NOT assigned) but take in account the value (-23) at the country level ?
    Is there another solution (more simple) to perform this in the infocube ?
    For information,
    1) The infocube is loaded once per month, and the KF (Nb of different customers" is also performed by month.
    2) I can't perform this in the report (performance problem with calculated KF).
    thx.

    Hi,
    the short answer is "you can't", the longer is: The ADF Faces tree component is stamped for better performance. This stamping means that nodes are not rendered as JSF objects but copies of an existing component (just with a changed value). For this reason the nodes don't issue their own query for data and thus cannot be refreshed individually
    Frank

  • Data not coming to the query

    Hi Experts,
    I have a multiprovider build on a DSO. My query is build on the multiprovider.
    Query requirement - to see the customers having no work excluding the date range provided by the user.
    I have 2 variables: A & B.
    This works as explained below:
    Suppose the user entered the range - 03/27/2010 - 03/28/2010
    then,
    the variable A will get the data from 01/01/1900 to 03/27/2010 and
    the variable B will get the data from 03/28/2010 to sy-datum (till date).
    have both the variables as user exit.
    I can see the data in the ODS & multiprovider, but when I execute the report, I cannot see any data...NO APPLICABLE DATA FOUND.
    Can anyone plz help?
    Preet

    This is what I've written in the code:
    DATA : diffdate type datum,    
          g_date  type datum.
    if I_VNAM = ' CMUCREAL'.
      IF I_STEP = 2.
        clear: l_s_range, v_mm, v_year, l_fiscper.
      READ TABLE i_t_var_range into wg_t_var_range WITH KEY vnam = ' CMINMCRD'.
            if sy-subrc eq 0.
           l_s_range-sign = 'I'.
           l_s_range-opt  = 'BT'.
           l_s_range-low = '19000101'.
           diffdate = wg_t_var_range-low .
           diffdate = diffdate - 1.
           g_date = diffdate.
           l_s_range-high = g_date.
           append l_s_range to e_t_range.
         ENDIF.
        endif.
      ENDIF.
        if i_vnam = ' CMUCREAH'.
          iF I_STEP = 2.
            clear: l_s_range, v_mm, v_year, l_fiscper.
      READ TABLE i_t_var_range into wg_t_var_range WITH KEY vnam = 'CMINMCRD'.
            if sy-subrc eq 0.
           l_s_range-sign = 'I'.
           l_s_range-opt  = 'BT'.
           diffdate = wg_t_var_range-high .
           diffdate = diffdate + 1.
           g_date = diffdate.
           l_s_range-low = g_date.
           l_s_range-high = sy-datum.
          append l_s_range to e_t_range.
      endif.
      endif.
      endif.

  • Date Customer Exit in the query is not reflecting in the workbook

    Hello.
    We have a BI 7.0 Query where we have a restriction for req del date and billing date to show the month of current date - 2.
    We have written 2 customer exit variables and we have restricted the same. The query is working well.
    For Broadcasting, we have created a workbook for this query and saved it under a role.
    The workbook is fine running for the current month., But if the month changes to the next, the workbook is not reflecting the same.
    Still only Old dates are available in the workbook.
    Please let me know if i am doing any mistake

    Hi Karthik,
    If the customer exit variable is of type i_step = 1, ie if it is a manual entry variable as well, then this will not get updated based on teh month of execution.
    Kindly check the article below for info.
    http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/enterprise-data-warehousing/how%20to%20update%20variable%20values%20in%20broadcast%20settings%20dynamically.pdf
    Regards.
    Shafi.

  • How to Limit the Displaying of Data Using PointTheme over the map

    Hi,
    I have the following requirement, which i'm trying to implement with <dvt:map & <dvt:PointTheme components.
    *The requirement is ... I have a base map, which is being accessed via <dvt:map component. And i'm using point theme to display certain data over the map. Let us consider, over the US map ... i'm displaying 24 points(for each polygonone point .... taking the centroid of each polygon) when the map zoom level is 0.
    At this zoom level '0', user can see all 24 points. But when the user start clicking on '+' to Zoom In(Now the zoom level is '1'), at this zoom level user can see only 18 points. User can see the remaining 6 points by dragging the base map to either sides.
    This mean, irrespctive of the zoom level the point theme is rendering the all the points over the map. Instead, i would like to display the data specific to the polygons that are visible to the user. At zoom level '0', if the user is able to see all the polygons, then display all 24 points. And at zoom level '1'...if the user is able to see 18 polygons and then display only those 18 points. And if the user tries to see the other polygons data ... user may drag the base map either sides. In that case, the point theme should render data specific to the polygons that the user is able to see.
    Similarly, if the user is at zoom level '2'...at this zoom level user is able to see 13 polygons over the IE. so the point theme should render only 13 points specific to each polygon. If the user tries to do dragging the base map either sides...then display the points, specific to the polygons that the user is able to see.
    Similarly for other zoom levels ... Please let me know if you require any other information.
    Thanks & Regards,
    Kiran Konjeti

    You'll need to do a little software workaround on the values you read from your counter.   But first a little tutorial to explain *why*.
    The E-series boards use 24-bit counters.  When LabVIEW requests an integer count value, the count is returned in a 32-bit unsigned integer datatype, where the 24 lowest bits represent the value in the board's count register.  The upper 8 bits are *always* 0's.
    The count register can increment from 0 to 16 million plus (2^24 - 1), then it must "roll over" back to 0 again just like an odometer.  Similarly, when it decrements past 0, it next goes to the max value of 2^24 -1 as you observed.
    So we need a little software workaround that'll convert (2^24 -1) to (-1) and (2^24 -2) to (-2), etc.  The way to do it is to first detect whether the highest bit is a 1.  One way is to compare whether the count value is >= 2^23, making sure to use integers to do the comparison.  Whenever the value is >= 2^23, subtract 2^24 from it to create your new count value which will then decrement 3,2,1,0,-1,-2,-3, etc. as desired.
    Here's a link to a similar explanation.  Couple more notes too.  First, if this is a continuously rotating encoder, you may still encounter a discontinuity when the revised count value crosses the +/- 2^23 boundary.   Second, direct connection of a quadrature encoder to an E-series board isn't recommended because of unrepeatability when measureing direction changes.
    -Kevin P.

  • Performance effect of hierarchy in the query

    HI Expert,
    We can filter value successfully in the 0COSTCENTER field in the query, 0COSTCENTER as a row and the hierarchy is active, but when the hierarchy is inactive the query get freeze when we filter value. We tried to replicate the issue on other query characteristic like 0Material and we did not get any problem. Anyone know why it is taking to long to filter when the hierarchy is active?
    Thank you so much for your help advance.
    Regards,
    Ted

    Hi Chandamita,
    Thank you so much for your quick response. I'm not sure if it will fix the issue because it has the same properties for other object which we do not encounter the issue.
    Thank you!

  • Data load status on the Query

    Hello,
    What are the ways can we do this ....
    When a BW user logs on to execute a query via Analyzer, Query Designer or on the Web. The BW User should be notified at the point of executing the query in some manner if there is any problems with the loading of the cube, masterdata, or any other info objects pertaining to the query. 
    In other words, the user is to be informed if the data is not valid at the point of running the query.

    Please check my reply to your other message in "BI Suite – Business Explorer" forum.
    Also, In future please try to post it in one forum. Most of the people view all the forum's post using SAP Business Intelligence view.

  • Hierarchy in the query

    Hi,
    When I check the query, there is an error message.
    Node 0HIER_NODE isnot in the hierarchy for the infoobject 0account.
    No changes were done in the hierarchy. But, I reactivated the hierarchy. Still, the issue exists.
    What could be the reason?
    Thanks.

    Could happen when you have hard coded some nodes of hierarchy which no longer exist. Try following
    Remove the characteristic completely from the query and try adding it back in. Activate the hierarchy an see what happens.
    Adding right variables would be another thing I would check for.
    Edited by: Abhijit N on Apr 13, 2011 11:08 PM

  • Data Driven Subscriptions Error - the query processor could not start the necessary thread resources for parallel query execution

    Hi,
    We are getting the following error when certain data driven subscriptions are fired off: "the query processor could not start the necessary thread resources for parallel query execution".  I've read other posts that have the same error, and
    the solution usually involves adjusting MaxDOP to limit the number of queries that are fired off in parallel.  
    Unfortunately, we cannot change this setting on our server for performance reasons (outside of data driven subscriptions, it negatively impacts our ETL processing times).  We tried putting query hints like "OPTION (MAXDOP 2);" in the reports
    that are causing the error, but it did not resolve the problem.
    Are there any settings within Reporting Services that can be adjusted to limit the number of subscriptions that get fired off in parallel?
    Any help is appreciated - thanks!

    Yes, that is correct.  It's a painful problem, because you don't know which specific subscription failed. For example, we have a data driven subscription that sends out about 800 emails. Lately, we've been having a handful of them fail. You don't know
    which ones out of the 800 failed though, even from the RS log files - all it tells you is that "the
    query processor could not start the necessary thread resources for parallel query execution".
    Thanks, I'll try changing <MaxQueueThreads> and will let you know if it works.
    On a side note: I've noticed that it is only reports with cascading parameters (ex. where parameter 2 is dependent on the selection from parameter 1) that get this error message...

  • Display key figure as Hierarchy

    Dear All,
    I have a requirement where I would like to display the values of a key figure as range. I have Bonus as a key fgure. User would like to see the report as below,
    Rating   Bonus        HeadCount(No of Emp)
         1        0-20%             1
         1        20-40%           3
         1        40-100%         7
         2        0-20%             4
         2        20-40%           2
         2        40-100%         1
    Does anyone have worked on such a scenario where key figure values can be displayed as range.
    Regards,
    Niraj

    As said before, you can use a calculated key figure to get the result you need.
    For example 0% - 20% would be the following calculation (Bonus >= 0) * (Bonus < 20). This will result in 1 of 0.
    Since multiple values are going to be aggregated, don't forget to set the exception aggregation to the sum of the unique value, in this case Employee. Let me know if this works out or if you need any help.
    Kind regards,
    Alex

  • The webpage (absa.co.za - internet banking) does not display completely, data is omitted on the left hand side. Works fine in IE.

    Since it is a secure site, I cannot copy the page to the desktop for you to view.
    There is a column of choices on the left hand of the screen that is not visible on this notebook (LG ES30) which is a week old. The page works fine on this machine in IE 9 and on my old Acer 7520, and has done so for years.
    I think it is a question of resizing, but I cannot find any way to do this.
    Thanks,
    Derrick Benson

    tx00824 wrote:
    I have a strange problem, 2 different Share dealing websites are not receiving any stream data. Both sites use java applets. The error I see on one of them is either “Unexpected end of ZLIB input stream" or “Unexpected end of file" (http://www.shareprice.co.uk/LLOY/LLOYDS-BANKING-GROUP-PLC) to see this error I click on the TECHNICAL ANALYSIS on the right side just above charts.
    I just ran the Technical Analysis applet at Share Price and did not have any issues and did not see the "Error : Unexpected end of file from server ---- Retry GetData" messages.
    Output from console:
    plugin2manager.parentwindowDispose
    L+ v2.12 - 1.7.0_02 - Windows 7
    Memory allocated: 15872Kb free: 11909Kb
    checker 22716383 is starting
    use language from manifest : en_II
    build number : 27
    -Roger

Maybe you are looking for

  • Installing Oracle 10 express edition in Fedora 7

    When I am trying to install Oracle 10g express edition in my fedora 7 it is telling...... error:Failed dependencies For installation it needs a file called libaio 0.3.96..............so I tried to install libaio 0.3.96 but it also giving error tellin

  • Pdf to Word conversion problems

    I just tried to convert a pdf (in Italian) to Word.  What came out was a page of senseless symbols.  I tried converting to doc, docx, and rtf, and nothing worked.  What to do?

  • Copy and Paste While Editing Bookmarks

    I am having a problem on my iPad 2 (ios5) copying and pasting while trying to edit bookmarks. I can copy and paste in the name of the bookmark, but cannot on the web address. This has become a problem because I would like to use a bookmarklet and I n

  • XP SP3 & JInitiator 1.3.22

    Hi, One of our customers installed XP SP3 on the client and that resulted in JInitiator crasching on startup, taking IE with it. Reinstalling JInitiator didn't help. I got the picture that the combo isn't certified but are there any experiences in th

  • Can I cancel single app monthly subscription after just one month?

    I only need photoshop and illustrator. Can I cancel single app monthly subscription after just one month? For the annual subscriptions when do I need to cancel, to make sure after the year is over I will not be automatically renewed another annual su