Proper Data Not showing in Preview Mode

Hello,
I'm using the Dashboard Design tool to create a dashboard with Input controls on 2 stack column charts.
There are 7 Input Targets  pointing to 1st stack column chart, the SUM of all these targets need to be populated on one of the values in the second chart.
e.i. Two stack column charts=Revenue By Month and Revenue By week
Target Inputs  are pointed to Revenue By week, so target's which are assigned to each week of a certain month need to Sum and populate in 'Revenue by Month' chart, on top of the corresponding  month.
I have all the logic inputted, when i edit values in the excel sheet, changes are occurring, all values are being populated in both charts. However, when i Preview the dashboard and input targets i am only seeing targets populating in "revenue by Week"  and 'Revenue By Month" is not populating any target data.
Any idea's on why this might be?
Thanks in advance for any feedback

Hi Zena,
It looks something is breaking within the formula or logic. Try the below steps to narrow down:
1. Preview the swf in Xcelsius.
2. Take the snapshot of data in Excel( File->Snapshot->current excel data).
3. Check the data if showing correct in the excel sheet.
This would also help you isolate which formula or function is breaking.
Thanks,
Amit

Similar Messages

  • Cell background colors are not showing in preview - help? - DW4

    Hi,
    I created a horizontal table for my menu bar, and gave each cell a different color by creating a separate class for each with background image - image is a block of color created in Photoshop. In design mode they look they way I want, but in preview (Safari) the colors don't show up at all - the whole area is gray, and all I see is the text for each cell. Can someone tell me what I'm doing wrong? Alternatively, is there a better way I can set this up to have different colors for each button?
    Thank you!

    Here is the HTML code, and the CSS code for the menu bar follows: 
         ul.MenuBarHorizontal           
    ></style><style type="text/css"><!body {     background-color: #FFF;     font-family: Arial, Helvetica, sans-serif;}-->
        h1.  
         ul.MenuBarVertical          
    [about | MS_about.html]
    [fiction | MS_fiction.html]
    [dramatic work | MS_dramaticwork.html]
    [arts | MS_arts.html]
    [contact | MS_contact.html]
    [blog | MS_blog.html]
    <!-- end #header ><div id="mainContent"><p> </p><table width="950" border="0" cellspacing="10" cellpadding="12">        <tr>          <td width="106"><p> </p></td>          <td width="766"><p> </p>            <p>Miriam Seidel is a writer, critic and curator whose work is informed by her background in art, music and dance. </p>          <p> </p>          <p> </p>          <p> </p>          <p> </p>          <p> </p>          <p> </p>          <p> </p>          <p> </p>          <p> </p>          <p> </p>          <p> </p></td>        </tr>        <tr>          <td colspan="2" bgcolor="#CCCCCC"><p>c Miriam Seidel 2011 all rights reserved</p></td>        </tr>    </table><script type="text/javascript"><!var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", );var MenuBar2 = new Spry.Widget.MenuBar("MenuBar2", );var MenuBar3 = new Spry.Widget.MenuBar("MenuBar3", );//></script></body>     <! end #mainContent --></div></html> 
    CSS CODE:
    @charset "UTF-8";
    /* SpryMenuBarHorizontal.css - version 0.6 - Spry Pre-Release 1.6.1 */ 
    /* The outermost container of the Menu Bar, an auto width box with no margin or padding /ul.MenuBarHorizontal/ Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html /ul.MenuBarActive{     z-index: 1000;     font-family: Arial, Helvetica, sans-serif;     font-size: medium;     color: #FFF;     background-color: #FFCC99;     background-repeat: no-repeat;     left: auto;     top: auto;     right: auto;     bottom: auto;}/ Menu item containers, position children relative to this container and are a fixed width /ul.MenuBarHorizontal li/ Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) /ul.MenuBarHorizontal ul/ Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item /ul.MenuBarHorizontal ul.MenuBarSubmenuVisible/ Menu item containers are same fixed width as parent /ul.MenuBarHorizontal ul li/ Submenus should appear slightly overlapping to the right (95%) and up (-5%) /ul.MenuBarHorizontal ul ul/ Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible 
    /* Submenu containers have borders on all sides /ul.MenuBarHorizontal ul/ Menu items are a light gray block with padding and no text decoration /ul.MenuBarHorizontal a/ Menu items that have mouse over or focus have a blue background and white text /ul.MenuBarHorizontal a:hover, ul.MenuBarHorizontal a:focus{     background-color: #6C9;     color: #999;     font-family: Arial, Helvetica, sans-serif;     font-size: medium;     font-style: normal;     line-height: normal;     font-weight: normal;     font-variant: normal;     text-decoration: none;     text-align: center;     vertical-align: middle;     height: 50px;     width: 115px;}/ Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible{     background-color: #FFCC99;     color: #FFF;     font-family: Arial, Helvetica, sans-serif;     text-decoration: none;     font-size: medium;}
    SUBMENU INDICATION: styles if there is a submenu under a given menu item
    /* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) /ul.MenuBarHorizontal a.MenuBarItemSubmenu{     background-image: url(SpryMenuBarDown.gif);     background-repeat: no-repeat;     background-position: 95% 50%;     text-align: center;}/ Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) /ul.MenuBarHorizontal ul a.MenuBarItemSubmenu{     background-image: url(SpryMenuBarRight.gif);     background-repeat: no-repeat;     background-position: 95% 50%;}/ Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) /ul.MenuBarHorizontal a.MenuBarItemSubmenuHover{     background-image: url(SpryMenuBarDownHover.gif);     background-repeat: no-repeat;     background-position: 95% 50%;}/ Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover{     background-image: url(SpryMenuBarRightHover.gif);     background-repeat: no-repeat;     background-position: 95% 50%;}
    BROWSER HACKS: the hacks below should not be changed unless you are an expert
    /* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe /ul.MenuBarHorizontal iframe/ HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */@media screen, projection{     ul.MenuBarHorizontal li.MenuBarItemIE     {          display: inline;          f\loat: left;          background: #FFF; 
    Date: Mon, 20 Jun 2011 15:30:46 -0600
    From: [email protected]
    To: [email protected]
    Subject: Re: cell background colors are not showing in preview - help? - DW4 
    NEED to see the code.
    Otherwise it's like dialing a random phone number, and asking whoever answers, where you left your keys.
    >

  • SAP Fiori Purchase Requirision data not show

    Hi Team,
    SAP Fiori Purchase Requirision all configuration i have done.
    I am creating Purchase Requirision using t-code me51n. and then that purchase Requirision came in Work Flow properly.
    but from Browser  http//<IP Address>:<Port> /sap/bc/ui5_ui5/sap/ui5_mm_pr_apv/index.html?backToHome=true data not display.
    i have configure proper TS/Task Type  id to  scenario. but Still data did not showed.
    Below is Work Flow Screen
    Browser data not showed.
    Regards
    Pankaj Kamble
    Tags edited by: Michael Appleby

    hi Guys
    please guide me
    @masayuki : - i used above link and created New launchpad but still data not showed .
    i run link             http://<IP>:<portNo>/sap/opu/odata/iwpgw/taskprocessing;mo/ScenarioCollection/?$filter=key%20eq%20%27PR_APPROVAL%27
    and getting below error message.
    <feed xmlns="http://www.w3.org/2005/Atom" xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata"xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices" xml:base="http://SCHANDSOL.SCHAND.CO.IN:8103/sap/opu/odata/iwpgw/taskprocessing;mo/">
    <script id="tinyhippos-injected"/> 
    <id> 
    http://SCHANDSOL.SCHAND.CO.IN:8103/sap/opu/odata/iwpgw/taskprocessing;mo/ScenarioCollection/
    </id>
    <title type="text">ScenarioCollection</title>
    <updated>2014-07-03T10:45:25Z</updated>
    <author> 
    <name/> 
    </author>
    <link href="ScenarioCollection/" rel="self" title="ScenarioCollection"/>
    <entry> 
    <id> 
    http://SCHANDSOL.SCHAND.CO.IN:8103/sap/opu/odata/iwpgw/taskprocessing;mo/ScenarioCollection(SAP__Origin='SCHANDECCDEV1',key='PR_APPROVAL')
    </id>
    <title type="text"> 
    ScenarioCollection(SAP__Origin='SCHANDECCDEV1',key='PR_APPROVAL')
    </title>
    <updated>2014-07-03T10:45:25Z</updated>
    <category term="taskprocessing.Scenario" scheme="http://schemas.microsoft.com/ado/2007/08/dataservices/scheme"/>
    <link href="ScenarioCollection(SAP__Origin='SCHANDECCDEV1',key='PR_APPROVAL')" rel="self" title="Scenario"/>
    <content type="application/xml"> 
    <m:properties xmlns:m="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata" xmlns:d="http://schemas.microsoft.com/ado/2007/08/dataservices"> 
    <d:SAP__Origin>SCHANDECCDEV1</d:SAP__Origin> 
    <d:key>PR_APPROVAL</d:key>
    <d:number>0</d:number>
    <d:title>PR_APPROVAL</d:title>
    <d:targetParams/>
    </m:properties>
    </content>
    </entry>
    </feed>
    Regards
    Pankaj Kamble

  • SSRS pulls data from ESSBASE cube, data not showing

    Dear Experts,
    We are connecting SSRS 2012 to Essbase 11.1.3 to pull data from the cube, and having some issues with some members data not showing in the query designer and report, while some have no problem. And we couldn't find a pattern on which members won't show. We are wondering if this is a known issue and if there is a way to solve the problem.
    Thanks very much.
    Grace

    Hi ,
    Check the following:-
    1 Check whether you have made the joins properly.
    2 Check data at multiprovider level .
    3 is data available for reporting in both the cubes
    Regards
    Rahul

  • XMP data not showing up in the custom file info panels when upgraded to CC

    For several versions of Photoshop, I have been able to use a modified custom file info panel to input, update, and track psd files. With each version of photoshop there are always some changes in the way the object data is handled. The lastest challenge is:
    1. XMP data not showing up in the custom file info panels when upgraded CC from CS6.
    2. Raw data is not visible in CC in the File info panel.
    3. This occurs in new documents where we create the xmp wrapper while the file template is built.
    4. When metadata is manually entered into the file, the data is not added to the XMP wrapper when it is recreated on the save.
    5. When a file that was created in CS6 is opened that contains the Metadata in the file info template. It is visible. the Raw data is also visible. Once the XMP wrapper is recreated - write and then close. The data is no longer available. the Raw data will not pull up in the file info panel.
    Any feedback or a direction will be appreciated.

    I have a script that the user runs to input xmp data into a Customized version of the generic file info panel. it is data that is gathered from the user when the psd file is created. once the file is open in photoshop. the information is visible in the File info panel , the raw data, and as a schema addition in the advanced tab.
    in CC the nodes and the children of the XMP packet have changed positions. so that the XML -this.XMP.child(0).appendChild(this.createNode())
    is no longer the node that can be appended.
    Where XML.child(0).elements().length(); would enable the xmlns to be added in CS6
    <rdf:Description xmlns:phsa="' + this.namespace + '" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:x="adobe:ns:meta/" rdf:about="" />'
    it is visible in CC as namespace in a different arrangement. XML.child(0).child(0).namespaceDeclarations().toString()) and the children are  XML.child(0).child(0).elements().length().toString()); There are now 7 child nodes where before there were 1.
    with all shifted, the initialize of the values and the delete XMP packet wrapper and create new or the amend to the XMP packet wrapper is undefined.

  • Finder not showing .avi preview in columns

    Just a small problem, but annoying...
    With Finder set to column views, I used to get a small, playable preview of movies in last column.
    Suddenly, however, I don't get this preview with .avi files. MPG and MOV files give a preview, but not the AVI. I get the Play/Stop buttons and the timeline bar, but no preview image. Plus, it seems to take the finder ages to decide to not show the preview!
    Anyone got a solution to this?
    Thanks in advance!

    Check out the suggestions made in the section "More Like This",to the right side of your question.
    Best.

  • LSMW - Read Data not showing in Converted Data

    Hi,
    I am using LSMW to load data from a flat file (via recording).  I have it working except I have one issue.  When I display the data in read data all fields are showing.  No errors popup when I select convert data.  When I select display converted data the last few fields are missing.  Any ideas why or how to fix this?
    Any help is appreciated as I do not know how to proceed.
    Thanks,
    Annette
    Edited by: Annette Ameel on Dec 4, 2008 5:37 PM

    HI Bush,
    Currently I am also facing the same problem. In "display read data" it is showing all the field values. No error msg in "convert data". But only 2 fields are displaying in "display converted data". not showing any values in rest of the fields. Kindly suggest me how you fixed this problem

  • Newly created form field does not appear in Preview mode, only edit.

    Created two fields on this page. Only this first one shows in Preview mode. I saved the doc before hitting preview.

    What happens if you exit forms editing mode? Is the field set to hidden?

  • Why my child or subpages not showing in preview or when published?

    Why are my child or subpages not showing in preview or when published?

    Hi,
    Are you unable to see the child pages in the Menu? If yes, please make sure you select "All pages" in the Menu type dropdown. By default, "Top level pages" is selected.
    Cheers!
    Aish

  • Value not visible in preview mode

    Hello there,
    On my dashboard, between other things, I have a simple grid component which should just show some resulted values.
    The problem I have is that when I connect the grid with the range of cells, everything looks fine but in preview mode, one line in the midle of the grid is showing "0.0" on all cells of the line and I do not understand why.
    The version I have is 5.3.4.0 with build no: 12.3.4.1038
    Any idea what to do?
    Thank you,

    Hi,
    When you are connecting your grid component it only taking static data, but while preview it is taking data from your data source. So I guess there is a possibility that your resulting data set contains a blank row (check your data from data source).
    try to create one more data grid with the same data set, but fetch populate the data into different location. See if it is still giving you the same problem.
    let us know if you already tried this before.
    Good Luck.

  • Animation does not show when previewed or published

    I have an animation that appears to be working, and shows in edit mode, but that does not appear at all when I preview or publish. It is a countdown clock I need to an activity.

    Hi there
    What version of Captivate are you using?
    If it's version 4, note that you may choose an Actionscript version to use.
    Click Edit > Preferences...> Project node > Publish Settings node.
    Cheers... Rick
    Click here for Adobe Certified Captivate and RoboHelp HTML Training
    Click here for the SorcerStone Blog
    Click here for RoboHelp and Captivate eBooks

  • Character palette not showing type preview – CS5.5 (Mac)

    Hello, I had a problem that appeared literally out of nowhere with Illustrator CS5.5 on the Mac – I've been running 10.9.5 without issue until now when the contextual menu that usually shows a preview of the fonts available stopped showing all but two or three previews (attached an image to show the issue). I tried re-installing Illustrator which didn't make any difference, I then tried going to Illustrator > Preferences > Type and in the options there turned "Font Preview" off. The list of fonts then re-appeared but disappeared when that options was turned back on. I then tried altering the Font Preview size to small and that finally brought back the proper font previews in the contextual menu. They were also present when the large option, however they will not appear with medium selected as the font preview size. I then closed Illustrator, and trashed the preferences by holding down Command, Shift, Option and Control when starting Illustrator backup. I'm not sure if anyone else has had this issue or similar, but hopefully it'll help what can be a frustrating glitch!

    This is a problem on Mac OS. Go to System Preferences/Accessibility/Display and check the box that says Reduce Transparency.

  • Stacked Column Chart Value does not show in Preview or SWF

    I have created a simple (one-column) stacked Column chart from an imported Excel 2007 spreadsheet. I am using 3 values and all three are there when I am editing the chart. When I do a Preview or Export it to a .swf file, the third value does not show up. It only shows the first two.
    I am running Xcelsius 2008, Version 5.1.3.0, build 12,1,3,495.
    Edited by: Rich Krejsa on Apr 9, 2009 9:35 PM

    Hi Rich,
    Try to rebind the data with the component and preview and see.
    Also check with other charts to see if you get the same behaviour.
    Try placing a table component and display those cell and see what values are there when you preview.
    There could also be posiblities that the third values must be very small as compared to the other two,so check that as well and may be select the secodry scale in the general tab for the 3rd series.
    Let me know if this helps.
    Thanks,
    Amit Mathur.

  • Page not showing in preview

    Hi i'm designing a new website and when i apply the css layout it shows in split mode but whenever
    i try to preview in browser it is all distorted nothing shows jujust the name of the divs.
    (below is how it looks in preview-
    Header 
    Navigation
    rightcolumn
    leftcolumn
    bottomcolumn
    footer)
    (there is the html-
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Untitled Document</title>
    <link href="/css/layout.css" rel="stylesheet" type="text/css" />
    </head>
    <body>
    <div id="containerA">
        <div id="containerB">
        <div id="header">Header</div>
        <div id="navigation">Navigation</div>
        <div id="rightcolumn">rightcolumn</div>
        <div id="leftcolumn">leftcolumn</div>
        <div id="bottomcolumn">bottomcolumn</div>
        <div id="footer">footer</div>
    </div>
    </div>
    </body>
    </html>.
    (Here is the CSS-
    body {
    margin:15px;
    padding:0;
    #containerA {
        width: 100%;
        position: relative;
    #containerA #containerB {
        position: relative;
        width: 100%;
    #containerA #containerB #header {
        background: #C90;
        height: 110px;
        width: 100%;
    #containerA #containerB #navigation {
        height: 35px;
        width: 100%;
        position: relative;
        background: #CCF;
    i am using CS 5.5
    Please can anyone  let me know what the problem is

    does the css look ok?
    The CSS is mostly redundant and unnecessary. You could have the same effect with this CSS -
    body {
    margin:15px;
    padding:0;
    #header {
        background: #C90;
        height: 110px;
    #navigation {
        height: 35px;
        background: #CCF;
    Note that it is very dangerous to use the 'background' shorthand style when you specify only a single associated value (dangerous because by so doing, you reset all of the missing values to their defaults).  If you want to specify background colors, then use the 'background-color' style instead of the shorthand style.  In fact, only use the shorthand style when you want to specify all/most of the values in one go.
    is there another way around that?
    Around what?  The use of temp files when using root relative links?  Well, no, but why are you using a root relative link in the first place?

  • 0IC_C03  Data Not Showing in Report

    Dear Friends,
    We are using SAP BW 3.5. I have a problem with 0IC_C03 Cube.
    Problem is:
    Data is transfered to BW i can see the data from Cube --> Contents.
    But when i create a report i am unable to see only that particaluar data which dont
    have storage location.
    Can anybody help me why its not showing that specific data which dont
    have storage location.
    and on other hand we can see the data from Cube -->Contents
    Regards,
    malik

    Yes i am taking care of marker.
    all data is ok excep 13 records which have no storage location.
    and only these 13 records are not showing in the report and thats why
    my stock is not tele with R/3.
    Any other hint.
    regrds,
    Malik

Maybe you are looking for