Filling Missing Dates on Chart Axis in Web Template

Hi,
I have a chart in a web template that uses a range of data that is organized by date.  The data does not contain every date in the range, for example:
Record 1:   Jan 1/09
Record 2:   Jan 14/09
Record 3    Feb 4/09,
Record 4:   etc
The requirement for this chart is to display the dates on the category axis with the axis displaying all the dates between the first and the last date even if records for the dates do not exist.  This can be done in a chart in Excel, but I have not found a way to duplicate this in a BW3.5 web template.
Our envionment is BI7 SP13, but we are still using the BW3.5 front end tools.
Thanks,
Mel

Hi Mel,
you can solve this with a structure. First entry with variable date and all others with offset.
regards Sven

Similar Messages

  • Get last datas ina timeseries to fill missing data

    Hello everybody,
    I have to fill missing information in daily timeseries data
    and when it is empty
    i have to load data from last rows in database
    so for example my table is table1
    desc table1
    CREATE TABLE table1
    TICK VARCHAR2(22 BYTE) NOT NULL,
    My_TIME TIMESTAMP(3) NOT NULL,
    PRICE NUMBER(20,8),
    VOLUME NUMBER(20,8),
    My_time tick price volume
    26/02/2008 14:24     MAC DODOL     50.16     4680926.8
    26/02/2008 14:25     MAC DODOL     50.17     4685326.333
    26/02/2008 14:26     MAC DODOL     50.17     4688907.389
    26/02/2008 14:27     MAC DODOL     50.19     4697578.133
    26/02/2008 14:28     MAC DODOL     50.23     4703991.636
    26/02/2008 14:29     MAC DODOL     50.25     4707964.25
    26/02/2008 14:30     MAC DODOL     50.24     4712001.167
    26/02/2008 14:31     MAC DODOL     50.25     4719389.769
    26/02/2008 14:32     MAC DODOL     50.25     4727232.033
    26/02/2008 14:33     MAC DODOL     50.3     4744975.208
    26/02/2008 14:34     MAC DODOL     50.35     4768389.946
    26/02/2008 14:35     MAC DODOL     50.33     4780110.957
    26/02/2008 14:36     MAC DODOL     50.28     4787568.143
    26/02/2008 14:37     MAC DODOL     50.28     4795504.061
    26/02/2008 14:38     MAC DODOL     50.28     4803979.947
    26/02/2008 14:39     MAC DODOL     50.3     4818803.025
    26/02/2008 14:40     MAC DODOL     50.35     4861607.508
    26/02/2008 14:41     MAC DODOL     50.35     4894889.552
    26/02/2008 14:42     MAC DODOL     50.35     4909506.875
    26/02/2008 14:43     MAC DODOL     50.36     4917993
    So I have to fill mising datas until 20:00:00
    how can i do this
    I can create the dates series
    with this query
    select all_dates.d missing
    from (
    select to_date('20080227 20:30:00','yyyymmdd HH24:MI:SS')-1+rownum d from dual
    connect by level<=15) all_dates, table1 x
    where all_Dates.d = x.my_time(+)
    and x.my_time is null
    So i have to load
    26/02/2008 14:43     MAC DODOL     50.36     4917993
    for all missing times until 20:00:00
    how can I do ?
    Thank

    Consider using a Pipelined Table function to dynamically generate the data instead.
    There is a demo here:
    http://www.psoug.org/reference/pipelined.html
    Look at the "Generate Date List" demo

  • How to include two charts in one web template

    I need to dispaly two charts which are based on same query and on characteristic 1 vs KF's and the other on characteristic 2 vs KF's in one web template.
    How can this be done?
    Thanks in advance,
    Murali.

    When you execute the query in the bex analyzer, perform th enavigation stpes to reach to your desired layout of data. Then from the Save button on the bex toolbar, choose Save > Save View Global. Give it a technical name and  a description. Then log back into the WAD and assign the view as the data provider (Note there are 2 buttons over there: One for query and the other for View)
    Hope this helps...

  • How to get the list of data providers used in a web template?

    I want to find a quick way to retrieve the list of data providers defined in the <object> tag in the Web template. One awkward approach is to parse the entire HTML page for <object> then filter out "DATA_PROVIDER: xxx".
    But is there any method or function call to retrieve the list quickly?
    Thanks!

    Try the function below, pass the item name and get the Data provider for that particular item, you will have to do this for all the items in the template.
    function getDPName(item){
         prop = SAPBWGetItemProp(item);
         var tableHidden=true;
         if (prop != null){
           for(i=1;i<prop.length;i++){
             if (prop<i>[0] == "DATA_PROVIDER")
                   return prop<i>[1]
           }//end for
         }//end if
    }//end function
    Thanks.

  • Want the load date/time show in a web template

    hi!
    Is there an easy way getting the date and time when data was last updated in a cube, and showing this in Web template?

    Hi,
    please choose Text Item -> Web Item Parameters -> Data Binding -> General Text Element -> Last Data update
    Regards
    Erwin

  • Trouble when display Chinese for Chart Axis on web

    Dear all:
    We are trying to design chart with WAD in Chinese Environment. And when we displayed our result on the web. Every text supposed to show as Chinese turns into "small square" We already installed Chinese in our BI system. IS there anything we missing out there?
    Thank you very much
    BR
    S.F

    Check the the following help link: http://help.sap.com/saphelp_nw04/helpdata/en/49/e607426338da6fe10000000a1550b0/frameset.htm
    Also make sure the required languages are installed in your IGS as well (note 596825).
    After that, make sure you have the right font set in the template. You check it in the Chart Designer through WAD.
    Can you also tell me which IGS patch you're at? You should be at level 11.
    Other useful notes: 651229 and 79991.
    Thanks,
    Mohamed

  • Linking Data to chart in Net Worth template

    How do I link the Net Worth template charts to tables in another sheet?
    I added another table to the Assets sheet and successfully modified the Total Assets table on the Overview sheet, and amended the bar chart on the same sheet to refer to the new data in the Total Assets table.
    On the Assets sheet I can not figure how the Pie chart accesses the Totals of the 3 tables to the left, nor how to get it to reference the additional Superannuation Table total that I added.
    I tried getting it to take its references from the summary of Assets on the Overview sheet but can't drag the selected cells between sheets.
    Where and how is the Pie chart getting its data and how do I get it linked to the additional Table total?

    Peter,
    The Pie Chart gets its data from the Total Assets table in the Net Worth Overview sheet, as can be confirmed by looking at the Chart Inspector with the Chart selected...
    Before modifying the Chart Data links, always re-unite Chart and Table on the same Sheet. After making the change, you can separate them again. I may not have answered every question, but let's see how far this gets us.
    Jerry

  • Problem of Chart in Web template

    hi friends,
    I  have created a chart in a web template,  however the chart is displaying the material number along with the calendar week, is it possible to have it only display the calendar week?  I also wanted to know if it is possible to insert a trend line in a chart within the Web App. Designer. guide and help me'.....
    Thanks in advance,
    Gopi
    Edited by: Gopi Nath on Oct 7, 2008 7:19 AM

    Hi Gopi,
    Dont select the Material number in the query or query view which you are using for that Chart. So that, you will be having only Calender Week followed by the Key figures which are required.
    Please let me know if you are not clear on this...
    REgards
    Gattu

  • Master Web Template (restrict # of data providers)

    Hi!
    Quick question:
    After suffering bad performance with a huge web template (about 70 queries), we were told to strip down the template into several small ones. We have now splitt them down into 4 web templates (15-20 each) and linked them into one master template via TAB panes, still it seems that all 70 queries are executed at once, when starting the main template. Any idea how to direct execution to just one (sub) templated at a time with the start of the main template!?
    Points will be awarded for useful information.
    Frank

    Thanks for your swift reply.
    A couple of questions.
    How is it possible to not assign a query to data provider(s) in the web template definition, I was under the impression all utilized queries had to be defined as data providers in order to be used in the web template!?
    The command you mentioned would "activate" the queries upon an event (user interaction), would it be possible to set the displayed queries back to "inactive" after having left the TAB panel, in order to save memory!?
    Looking forward hearing from you.
    Frank

  • URGENT - BW Security for Web Templates

    Hi All
    I am relatively new to BW and am just putting my first major BW project live. I have just been told something by my colleague which seems strange to me, can anyone confirm or give me a workaround?
    I have a number of Web Templates set up which use common Bex Queries as Data Providers (so two separate Web Templates may use the same query as Data Provider).
    We are looking at Security settings, where one of these Web Templates is available to one user but not to another.
    My colleague tells me that it's not possible to restrict authorization on webtemplates. Instead I have to duplicate my queries and have each web template using a different query so we can restrict security by query!!!!
    Now that to me seems daft....it just increases the maintenance hugely because instead of changing a single query I now have to change multiple queries which are all copies of the same one.....just because BW can't handle security at Web Template level?
    Is this true? Anybody got a workaround?

    Hi!
      Actually I am not much aware of security in the area ow web templates.
         But in general we dont need to hava separate query for the each user for restricting him/her to view some specific content. BW allows you to restrict the user access the data thats related to only specific parts of the hirarchy, or to only some part of  the masterdata. for example we can restrict the user to access the data that related to the cost center he is responsible for or data that is belonging to his relavant customers. So even though user can acess the web template we can restrict the acess to the content that is visible to the user.As yóu have not given any specific details of the requirement like difference beetween templates and so on..i cant say how to set the authorizations.
    with regards
    Ashwin

  • How can I connect dots across missing data points in a line chart?

    Hi all!
    I have a table in Numbers that I update every few days with a new value for the current date (in this case body metrics like weight, etc.), which looks something like this:
    Column 1              Column 2      Column 3
    Aug 16, 2011         87.1             15.4
    Aug 17, 2011         86.6
    Aug 18, 2011         86.1
    Aug 19, 2011              
    Aug 20, 2011         85.7             14.6
    Aug 21, 2011         85.3
    Every once in a while there will be a missing value for a given date (because I didn't take a reading on that day). When I plot each column against the date on a line chart, there is a gap where there are missing data points. The line does not connect "across" missing data points. Is there a way to make the line connect across missing data points?
    Thanks for any help. This thing has been driving me nuts!

    Leave your nuts in peace.
    Don't use line charts but scatter charts.
    These ones are able to do the trick.
    Of course to do that you must study a bit of Numbers User Guide.
    In column D of the Main table, the formula is :
    =IF(ISBLANK($B),99999,ROW())
    In column E of the Main table, the formula is :
    =IF(ISBLANK($C),99999,ROW())
    Now I describe the table charter.
    In column A, the formula is :
    =IFERROR(DAY(OFFSET(Main :: $A$1,SMALL(Main :: $D,ROW())-1,0)),"")
    In column B,the formula is :
    =IFERROR(OFFSET(Main :: $A$1,SMALL(Main :: $D,ROW())-1,1),"")
    In column C, the formula is :
    =IFERROR(DAY(OFFSET(Main :: $A$1,SMALL(Main :: $E,ROW())-1,0)),"")
    In column D, the formula is :
    =IFERROR(OFFSET(Main :: $A$1,SMALL(Main :: $E,ROW())-1,2),"")
    In this table, select the range A1 … D5
    and ask for a Scatter chart.
    You will get what you need.
    I asked that points are joined by curves
    I just edited the parameters of Xaxis and Yaxis to get a cleaner look.
    I repeat one more time that knowing what is written in the User Guides is useful to be able to solve problems with no obvious answer.
    Yvan KOENIG (VALLAURIS, France) samedi 27 août 2011 15:59:20
    iMac 21”5, i7, 2.8 GHz, 4 Gbytes, 1 Tbytes, mac OS X 10.6.8 and 10.7.0
    My iDisk is : <http://public.me.com/koenigyvan>
    Please : Search for questions similar to your own before submitting them to the community
    To be the AW6 successor, iWork MUST integrate a TRUE DB, not a list organizer !

  • Missing data when exporting webi to excel (not 65536 limit problem)

    Hi guys
    I just meet a problem about webi that it will miss data when exporting webi to excel.
    It's not about 65536 limitation, as my webi report do some aggregration and limitation and never beyond that limitation.
    Also there are 2 tabs in my reports, if I split the 2 tabs into 2 separate reports and export them separately, then problem disappeared.
    Any ideas on this?

    Hello Claes
    according to:
    http://help.sap.com/erp2005_ehp_05/helpdata/en/c1/eda0f591ec12408b25e7a1b369ca45/frameset.htm
    Tools => Import and Export => Specifying the Sequence of the External Data Structure => External File Structure: Specification
    Table EST07 should be part of export file. I am not sure if the packing requirement ist part of EST07.
    Furthermore wirh ECC 6.0 EnhPAck3 some changes happend generally in the area of DG classification.
    E.g. Dynamic dangerous goods classification. I am not sure if these changes are "included" in some sense in the EH&S data download.
    With best regards
    C.B.
    PS: please check this link on the top:
    http://help.sap.com/erp2005_ehp_05/helpdata/en/c1/eda0f591ec12408b25e7a1b369ca45/frameset.htm
    Refer to "Table Assignment: Specifications"
    I believe packaging requirement is part of table EST0B but this is part of the download file.
    Edited by: Christoph Bergemann on Aug 27, 2011 7:12 PM
    Edited by: Christoph Bergemann on Aug 27, 2011 7:13 PM

  • Reporting Agent Web Templates. I'm missing previous precalculated data.

    Hello Gurus. I'm precalculating a web template that has variables, so the customizing has variants for the variable values. The web template shows weekly information and the user needs to see historic reports, from previous weeks.
    But when a run the planification package I lost the previous precalculated web templates. The only way I have found to obtain the reports for various weeks has been creating a variant for each week. But the users needs to consult a complete year, 52 weeks, so 52 variants!!
    How can I create new static data for the reports without missing the old data?

    hello,
    Tell me how are you scheduling the package..? is that on EVENT??
    have you craeted an event in SM62 first??
    --Nandita

  • Suppress Missing Data not work in web form with formula column inside

    Dear All,
    I've a planning web form with formula column inside to calculate the variance and % variance. But missing cell can't be suppressed, although I've checked the 'Suppress Missing Blocks' and 'Suppress Missing Data' options.
    Anyone have face the same problem..?? and how to fixed it..??
    thanks.
    Regards,
    VieN

    There is a known issue that sounds like the problem you are experiencing
    10358200 - If a formula column exists in a data form, selecting the Suppress missing option does not hide rows that do not contain data.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Creating a chart in TFS showing test cases that pass and failed using lightweight chart in Team Web Access

    How to you build a chart in TFS that show test cases results.
    I'm using lightweight charts in Team Web Access.
    In Team Web Access I go into my project, then I create test cases under the TEST tab and then run my test manually.  Now I want to create a testing progress result chart.  I go into the TEST tab, then click on test plan and notice that
    there is no Chart tab.
    Is this tab configurable or am I missing something?

    To my knowledge, charts are only available for work item queries in TFS web access. If you want to generate test result charts, you can do that using the TFS reporting data in the data warehouse (if your administrator configured it when setting up TFS).
    "You will find a fortune, though it will not be the one you seek." -
    Blind Seer, O Brother Where Art Thou
    Please Mark posts as answers or helpful so that others may find the fortune they seek.

Maybe you are looking for