Suppression other than zero

Currently using old version 4.2 and I'm fairly new to EVDRE having always used EVGTS etc.
I'm trying to clean up our existing account dimension by searching for accounts that have a zero value.  I know of course you can use zero suppression to suppress records with zero, but in this case the only records I want to show are those with a zero value.  I've tried typing into the suppression area things like <>0, or <>"" but I'm not having any luck.
Any suggestions on how to attack this?  Thanks.

Mike,
I guess that you are trying to find all accounts that have never been used with the purpose of removing them from the account dimension.
If this is the case, then I would do it a little bit different, I would create a list directly in SQL. You can do it as follow:
- perform a full optimize with compress database
- then go the SQL and execute the following sql statements (Please make a backup of the sql database or at least the tblfact<appname> table)
- delete from tblfact<appname> where signeddata=0  (there are some versions of BPC around where the optimize doesn't remove the zero values)
- select id from mbraccount where calc='N' and id not in (select account from tblfact<appname>)
- this should now give you a list of all the basemember accounts that are not used
Please change the word account for the exact dimensionname of which you want to verify.
Hope this helps,
Alwn

Similar Messages

  • The document contains no posting lines with value other than zero

    Hi!
    We are having problems posting a invoice in MIRO. When entering the PO number we receive the error message "The document contains no posting lines with value other than zero".
    What could be the problem?
    /Anders

    Hi!
    The GR_BASEDIV is set in the PO. The PO is replicated from SRM where this flag has been set for no reason. Only GR and IV are set and we have implemented a note 1155266 so that Confirmation-Related IV will not be set.
    How come it is set anyway?
    Sincerely
    Anders

  • How to report only quantities less than zero on a calculated field

    I do not understand why my text will not work when it comes to reporting only 'Missing POs' less than zero, I assume it is because I am using 'int' on some fields?
    Any advice?
    SELECT
    t0.father as 'Parent Code',
    t2.itemname as 'Parent Description',
    t2.frgnname as 'Parent Status',
    t0.code as 'Child Code',
    t1.itemname as 'Child Description',
    t1.frgnname as 'Child Status',
    t0.comment as 'Master',
    cast(t3.onhand as int) as 'Child Uncommitted Stock',
    cast(t3.iscommited as int) as 'Child Committed Stock',
    (cast(t3.onhand as int) - cast(t3.iscommited as int)) as 'Child Free Stock',
    cast(t3.onorder as int) as 'Purchase Orders',
    (cast(t3.onhand as int) - cast(t3.iscommited as int)) + cast(t3.onorder as int) as 'Missing POs'
    FROM
    itt1 t0
    inner join oitm t1 on t0.code = t1.itemcode
    inner join oitm t2 on t0.father = t2.itemcode
    LEFT JOIN OITW T3 ON T3.WHSCODE = T0.Warehouse AND T3.ItemCode = T0.Code
    Where T3.WHSCODE Like '[%0]%' and 'Missing POs' < 0
    ORDER BY
    'Missing POs' asc, t0.father, t0.code
    Many thanks,
    Robin (I will be awarding points on all my outstanding questions shorlty - management time pressure at mo!)

    Try this:
    SELECT
    t0.father as 'Parent Code',
    t2.itemname as 'Parent Description',
    t2.frgnname as 'Parent Status',
    t0.code as 'Child Code',
    t1.itemname as 'Child Description',
    t1.frgnname as 'Child Status',
    t0.comment as 'Master',
    cast(t3.onhand as int) as 'Child Uncommitted Stock',
    cast(t3.iscommited as int) as 'Child Committed Stock',
    (cast(t3.onhand as int) - cast(t3.iscommited as int)) as 'Child Free Stock',
    cast(t3.onorder as int) as 'Purchase Orders',
    (cast(t3.onhand as int) - cast(t3.iscommited as int))
      + cast(t3.onorder as int) as 'Missing POs'
    FROM
    itt1 t0
    inner join oitm t1 on t0.code = t1.itemcode
    inner join oitm t2 on t0.father = t2.itemcode
    LEFT JOIN OITW T3 ON T3.WHSCODE = T0.Warehouse AND T3.ItemCode = T0.Code
    Where T3.WHSCODE Like '%0%' and (cast(t3.onhand as int) - cast(t3.iscommited as int))
      + cast(t3.onorder as int) < 0
    ORDER BY
    (cast(t3.onhand as int) - cast(t3.iscommited as int))
      + cast(t3.onorder as int),t0.father, t0.code

  • GUI_DOWNLOAD other than english (multi byte - Russia , Japan) etc..

    Hi All,
    Iam downloading the data using the 'GUI_DOWNLOAD' function module with FILE TYPE = 'DBF' in the EXCEL Sheet. But when I download other than english like RUSSIA and JAPAN  the excel sheet shows JUNK Characters. I tried with Code Page = '4110' and all.
    But If I change FILE TYPE ='ASC' it is working fine. but I need to download only FILE TYPE = 'DBF' (with leading zeros- character format) only.  how to do it..
    Thanks,
    reddy

    Hi Chandra,
    Try using filetype as DAT so that you can get the values without conversion exit.. ASC File type does a  conversion exit so your leading zeros are lost..
    Ensure that numeric format which are downloaded in excel are not changed due to your excel settings.
    Right click on the cell->Format Cells->Check number category in number tab...
    Cheers
    Ajay

  • Java.sql.SQLException: Invalid precision value. Cannot be less than zero

    Hi,
    In my portlet application have several jsf tables which bind to several oracle tables. I have tested the portlet in pluto and tried to deploy it on liferay. However, I get an exception stating:
    java.sql.SQLException: Invalid precision value. Cann
    ot be less than zero
    What could this exception mean? Has anyone else encountered this?
    Marc
    P.S. The trace is shown below:
    Feb 6, 2007 12:34:56 AM org.apache.catalina.core.ApplicationDispatcher invoke
    SEVERE: Servlet.service() for servlet jsp threw exception
    java.lang.RuntimeException: java.sql.SQLException: Invalid precision value. Cann
    ot be less than zero
    at com.sun.data.provider.impl.CachedRowSetDataProvider.setCursorRow(Cach
    edRowSetDataProvider.java:343)
    at com.sun.data.provider.impl.CachedRowSetDataProvider.setCursorIndex(Ca
    chedRowSetDataProvider.java:300)
    at com.sun.data.provider.impl.CachedRowSetDataProvider.getRowCount(Cache
    dRowSetDataProvider.java:624)
    at com.sun.rave.web.ui.component.TableRowGroup.getRowKeys(TableRowGroup.
    java:806)
    at com.sun.rave.web.ui.component.TableRowGroup.getFilteredRowKeys(TableR
    owGroup.java:429)
    at com.sun.rave.web.ui.component.TableRowGroup.getRowCount(TableRowGroup
    .java:749)
    at com.sun.rave.web.ui.component.Table.getRowCount(Table.java:307)
    at com.sun.rave.web.ui.renderer.TableRenderer.renderTitle(TableRenderer.
    java:400)
    at com.sun.rave.web.ui.renderer.TableRenderer.encodeBegin(TableRenderer.
    java:123)
    at javax.faces.component.UIComponentBase.encodeBegin(UIComponentBase.jav
    a:683)

    I've dug deeper into this problem and am able reproduce the error in the Pluto server. To reproduce this error, I modified my Oracle jdbc driver from the JSC embedded driver (smoracle.jar) to the Oracle native driver (ojdbc14.jar). Now, I am getting the exception in my Sun Application Server:
    What is the difference between ojdbc14.jar and smoracle.jar that could cause this problem? What can I do so that I can fix this problem for ojdbc14.jar?
    Thanks,
    Marc
    P.S.
    The problem is with the clob column (DOR_NOTE_TX). The stack trace is:
    [#|2007-02-06T09:00:53.663-0800|INFO|sun-appserver-pe8.2|javax.enterprise.system.stream.out|_ThreadID=16;|
    Reader executing query ps=0 SELECT DOR_NOTE_DT, DOR_NOTE_TX FROM DOR.DOR_NOTE_DATA WHERE DOR_NOTE_CD='SECURITY' AND TO_CHAR(DOR_Note_Dt, 'mm/dd/yyyy') = '02/05/2007'
    No Params|#]
    [#|2007-02-06T09:00:53.679-0800|WARNING|sun-appserver-pe8.2|javax.enterprise.system.stream.err|_ThreadID=16;|
    java.sql.SQLException: Invalid precision value. Cannot be less than zero
    Message was edited by:
    marcnikko

  • How to suppress the leading zeros , -ve sign in scripts

    Hi all,
    I was asked to suppress the leading zeros in a field while using a script.
    also how to suppress the negative sign in the scripts.
    Regards,
    Saroja.

    hi Saroja,
    <u>Sign</u>
    &ITCDP-TDULPOS& -> 100.00-
    &ITCDP-TDULPOS(S)& -> 100.00
    <u>zero</u>
    &DAY& -> 01
    &DAY(Z)& -> 1
    Hope this helps,
    Sajan Joseph.

  • How to suppress Missing and Zero rows in OBIEE SA for Essbase Cube as Sour

    Hi All,
    Currently we have Essbase(ASO) cubes as source for OBIEE.How to suppress #Misssing and Zero rows in OBIEE.
    For example, Dim1 having 4 members and Dim2 having 10 members then it shows 4*10= 40 combinations in Results.
    If we considered Metrics also along with attributes, OBIEE will suppress “No Data” values and shows attributes having Data.
    In Essbase-Excel Combination, Metrics will automatically comes with attributes so there we have option to suppress “No Data” rows under "Essbase Options".
    In our current requirement,Users are selecting only Metadata.Is there any work around where we can suppress even if the measures or metrics are not selected
    Thanks,
    SatyaB

    Thanks Deepak.
    As i am new to OBIEE,If possible could you please tell me procedure in brief manner,How to create implicit fact column.Currently we have 10 dimensions.
    So,Do I need to create individual implicit fact column for each dimension or one column is enough.
    Please advice
    Thanks,
    SatyaB
    Edited by: SatyaBodhanapu on Sep 29, 2011 1:16 AM

  • Umbraco CMS - startindex cannot be less than zero error is showing instead of 404 error page

    I am running into an issue with an Umbraco website.
    If I miskey the URL on a top level page, e.g. mysite.com/wrongpage I get an asp error.
    If I miskey it on a subpage, even if the top level page is incorrect too, I get my correct 404 error e.g. mysite.com/wrongpage/wrongpage2
    At this point I'm trying to find out whether it's a bug in Umbraco 4.11.10 or if this error is caused by something obvious. I'm completely stuck and not particularly technical (I'm not a developer).
    If anyone could help explain what this error means, and/or if there's any way to correct or bypass it I would really appreciate the help.
    The full contents of the error are: 
    Server Error in '/' Application.
    StartIndex cannot be less than zero.
    Parameter name: startIndex
    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. 
    Exception Details: System.ArgumentOutOfRangeException: StartIndex cannot be less than zero.
    Parameter name: startIndex
    Source Error: 
    An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
    Stack Trace: 
    [ArgumentOutOfRangeException: StartIndex cannot be less than zero.
    Parameter name: startIndex]
    System.String.InternalSubStringWithChecks(Int32 startIndex, Int32 length, Boolean fAlwaysCopy) +10698829
    System.String.Substring(Int32 startIndex) +12
    AutoFolders.NotFoundHandler.Execute(String url) +538
    Umbraco.Web.Routing.LookupByNotFoundHandlers.HandlePageNotFound(PublishedContentRequest docRequest) +1148
    Umbraco.Web.Routing.LookupByNotFoundHandlers.TrySetDocument(PublishedContentRequest docRequest) +10
    Umbraco.Web.Routing.PublishedContentRequestBuilder.<LookupDocument1>b__1e(IPublishedContentLookup lookup) +15
    System.Linq.Enumerable.Any(IEnumerable`1 source, Func`2 predicate) +146
    Umbraco.Web.Routing.PublishedContentRequestBuilder.LookupDocument1() +198
    Umbraco.Web.Routing.PublishedContentRequestBuilder.LookupDocument() +195
    Umbraco.Web.Routing.PublishedContentRequest.ProcessRequest(HttpContextBase httpContext, UmbracoContext umbracoContext, Action`1 onSuccess) +139
    Umbraco.Web.UmbracoModule.ProcessRequest(HttpContextBase httpContext) +339
    Umbraco.Web.UmbracoModule.<Init>b__7(Object sender, EventArgs e) +80
    System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +136
    System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +69

    Hi Aaronb9,
    Since the issue regards ASP.NET and website deployment. I suggestion you post the question in the ASP.NET forums at
    http://forums.asp.net/. It is appropriate and more experts will assist you.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • IMAQ Vision: (Hex 0xBFF60488) Minimum coverage value should be greater than zero.

    Having some trouble with extended acquisition of a Mightex USB camera using LabVIEW 8.5.  LabVIEW is able to acquire images from this camera using IMAQ USB, a snap every ~30 seconds.  After about 1100 snaps LabVIEW errors out: IMAQ Vision:  (Hex 0xBFF60488) Minimum coverage value should be greater than zero.
    Any help would be greatly appreciated!

    Check this discussion

  • Minimum in range greater than zero

    I'm trying to find the minimum number in a row but I want to find a number greater than zero as the minimum not the zeros .

    Badunit's remark that "Your numbers must all be >=0" led me to check all three suggestions against this possiblity. Here are the results for two data sets, one containing text, blank and negative values, the second containing only positve numbers, zero, and a blank cell.
    As you can see, my procedure includes both positive and negative values, and eliminates only the zeros from contention. If your data will include negative values, and you do NOT wish to include them, they may be easily stripped from the data when it is transfered the the Aux column, in the same manner as the zeroes have been.
    Stripping all values less than or equal to zero requies a minor edit of the formula in the AUX column:
    Original: =IF(B=0,"",B)
    Revised: =IF(B<=0,"",B)
    Jerry's formula requires that it be placed into a Footer row (or a Header row) IF it is to be placed on the Data table and to use the table name ("Data") as the first argument for INDEX. INDEX ignores Header and Footer rows in arguments specifying a whole column (or a whole table).
    As can be seen in column B, this formula will be thrown off (as BU has warned) by the inclusion of negative values. A revision similar to the one shown in my formula above will remove the requirement to not include negative values:
    Original: =SMALL(B,COUNTIF(B,0)+1)
    Revised: =SMALL(B,COUNTIF(B,"<=0")+1)
    As revised, the formula will return the smallest positive value in the data list.
    Badunit's formula will also show a warning triangle if there is an empty cell or a cell containing text in the data list. Annoying, but it does not affect the results. The warning is that "The formula refers to cells without numbers,"
    Regards,
    Barry

  • Any render settings other than "lossless" close to lossless?

    Any render settings other than "lossless" close to lossless.....
    and is the lossless avi setting truly lossless? It's 20 MB for a 2 minute video.
    Dynamic link to PP for  final and only render is no doubt the best way to go but I want to explore this avenue.
    CS5

    Thanks, Mylenium. I was initially(and still am) taken aback by the 2 minute 20,000,000 KB rendered file which I mistakenly said in my initial post was 20MB but is 20,000 MB unless my math is wrong or the file shows up in the folder with a couple extra zeros.  A 2 minute rendered file thats 20,000,000 KB doesn't make sense to me. The original file the 2 min clip is taken from is only 600,000 KB.
    Regarding the render settings, I was refering to the Output Module dropdown choices in the render queue "Lossless" is the default but H.264, AVI  DV NTSC 48kHz, etc... are the options listed. The 20,000,000 KB lossless file seemed ridiculously big for 2 minutes and I was trying to find out a comparable setting to the default  "Lossless" without the large file size.  Right now I'm confused as to why that rendered file is shown in the folder I rendered it to as 20,000,000 KB. That's huge!

  • Bar charts- can bar start at a point greater than zero?

    I would like to create a bar chart where data for each category covers a range. Is there a way in Numbers to start a bar chart at a value greater than zero and extend for a defined amount? For example, start the bar at 70 and stop at 200?
    I can do this in Excel, but haven't found a way to do it in Numbers yet. Any ideas?

    Yes. Select the chart by clicking anywhere on it. Then click on the Inspector icon in the Tool Bar. In the Inspector pane which opens, click on the Chart symbol in the row of icons across the top of the pane; the Inspector pane changes to show Chart properties. Look down the pane until you see Value Axis Format which shows 3 white boxes. In the first box, type the value you want your chart Value axis (the chart vertical axis) to start at. In the second box, type the value you want for its upper limit, and in the third box, type the number of steps you want displayed on your axis. E.g. Minimum = 200, Maximum = 800, Steps = 3 will give a chart axis which starts at 200 (a supressed zero), ends at 800, and shows 3 values (400, 600 & 800) in addition to the base value of 200.
    Hope this helps,
    Ian Mathieson.
    U.K.

  • Change font colour to red if value less than zero

    Please forgive as I am not sure if this should go to the SQL or Application Thread..
    My questions is regarding SQL in Application Express
    I want to display my field (ADJ (INCL GST) in a red colour if its value is less than zero
    here is SQL code
    select "TW_BILL_ADJ_DATA"."CUSTOMER" as "CUSTOMER",
    "TW_BILL_ADJ_DATA"."ORIGINATER" as "ORIGINATOR",
    CASE WHEN (CREDITDEBIT) = 'Credit' THEN (0 - ADJUSTMENT_INCL_GST) ELSE ADJUSTMENT_INCL_GST END "ADJ (INCL GST)"
    from TW_BILL_ADJ_DATA

    Thankyou for the example above, after much searching I have also found another way to perform the same task
    select     "BILL_DATA"."BILLING_CODE",
    CASE WHEN (CREDITDEBIT) = 'Credit' then
              '<span style="color:Red;">'
              || TO_CHAR (0 - "ADJUSTMENT_INCL_GST", 'FML999G999G999G999G990D00')|| '</span>'
                             else
              '<span style="color:Green;">'
              || TO_CHAR ( "ADJUSTMENT_INCL_GST", 'FML999G999G999G999G990D00')|| '</span>'
                             end "Adj (incl GST)"
    from TW_TABLE
    -----------------------------------------------------------------------------------

  • E2136 ySubscriptXOffset is less than zero -11

    Hallo,
    Every (or mostly) italic fonts generated by the FDK give the the
    following error code from the MS Fontvalidator.
    E2136 ySubscriptXOffset is less than zero -11
    Is this a real problem?
    Andreas

    We believe this is a bug inthe Font Validator, and have reported it to Microsoft. There are perfectly good reasons to have automatic subscript to shift stuff to the left with an italic font.
    T

  • Page layout appears incorrect in anything other than IE 10...?

    Hi
    I have created a very simple microsite in Dreamweaver CS6 (my web design knowledge is very basic hence the ‘very simple microsite’!).
    My site appears and work well in Internet Explorer (10) although when viewed in previous versions Firefox or Chrome the pages appear on the right hand side of the screen rather than centralised as it should. 
    I initially used one of the default fixed layout templates in Dreamweaver in which I have used tables on some pages but not on others?  
    Another strange thing is that I have a simple navigation bar at the top of the pages which consist of three rollover buttons ‘Next, Home and Back’ in that order.  However when viewed in anything other than IE 10 the 'Next' and 'Back' buttons have been reversed??? 
    I thought it would be quicker to ask for some advice rather than try and work out the problem, so any suggestions will be very much appreciated!
    Many thanks
    Kim

    Thank you, here's the code for my index page which is also proving to be a problem....
    <!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"><!-- InstanceBegin template="/Templates/template_welcome page.dwt" codeOutsideHTMLIsLocked="false" -->
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <!-- InstanceBeginEditable name="doctitle" -->
    <title>Pulse Dynamics </title>
    <!-- InstanceEndEditable -->
    <!-- InstanceBeginEditable name="head" -->
    <link href="CSS/Logo.css" rel="stylesheet" type="text/css" />
    <!-- InstanceEndEditable -->
    <style type="text/css">
    <!--
    body  {
        font: 100% Verdana, Arial, Helvetica, sans-serif;
        background: #666666;
        margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
        padding: 0;
        text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
        color: #000000;
        background-color: #f2f4f4;
    .thrColFixHdr #container {
        width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
        background: #FFFFFF;
        text-align: left; /* this overrides the text-align: center on the body element. */
        margin-top: 0;
        margin-right: auto;
        margin-bottom: 0;
        margin-left: auto;
        border-top-style: none;
        border-right-style: none;
        border-bottom-style: none;
        border-left-style: none;
        border-top-color: #000000;
        border-right-color: #000000;
        border-bottom-color: #000000;
        border-left-color: #000000;
    .thrColFixHdr #header {
        height: 152px;
        background-color: #FFF;
        background-repeat: no-repeat;
        background-image: url(file:///T|/Copy%20of%20Pulse%20Dynamics%20WEB%20copy%20taken%20Feb%202012%20Edited%20 version/Images/headerlogo.jpg);
        background-position: right;
        padding: 20;
    .thrColFixHdr #header h1 {
        margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
        padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
    .thrColFixHdr #mainContent {
        margin-top: 0;
        margin-right: 0px;
        margin-bottom: 0;
        margin-left: 0px;
        padding-top: 20px;
        padding-right: 20px;
        padding-bottom: 0;
        padding-left: 20px;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: small;
    .thrColFixHdr #footer {
        padding: 0 10px 0 20px;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: 12px;
        background-color: #464646;
        color: #FFF;
    .thrColFixHdr #footer p {
        margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
        padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
    .fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
        float: right;
        margin-left: 8px;
    .fltlft { /* this class can be used to float an element left in your page */
        float: left;
        margin-right: 8px;
    .clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
        clear:both;
        height:0;
        font-size: 1px;
        line-height: 0px;
    a:link {
        color: #000000;
        text-decoration: none;
    a:hover {
        color: #000000;
        text-decoration: none;
    a:visited {
        text-decoration: none;
        color: #000000;
    a:active {
        text-decoration: none;
        color: #851f82;
    #Navbar {
        width: 120px;
    #Navbar {
    #Navigation bar {
        height: 50px;
        width: 540px;
        margin-right: auto;
        margin-left: auto;
    #Title header {
        font-size: 12px;
        font-style: italic;
        font-weight: bold;
        color: #606;
    #Sub title {
    #Spacer {
    #Main body {
    -->
    </style><!--[if IE 5]>
    <style type="text/css">
    /* place css box model fixes for IE 5* in this conditional comment */
    .thrColFixHdr #sidebar1 { width: 180px; }
    .thrColFixHdr #sidebar2 { width: 190px; }
    </style>
    <![endif]--><!--[if IE]>
    <style type="text/css">
    /* place css fixes for all versions of IE in this conditional comment */
    .thrColFixHdr #sidebar2, .thrColFixHdr #sidebar1 { padding-top: 30px; }
    .thrColFixHdr #mainContent { zoom: 1; }
    /* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */
    </style>
    <![endif]-->
    <link href="file:///T|/Copy of Pulse Dynamics WEB copy taken Feb 2012 Edited version/navigation.css" rel="stylesheet" type="text/css" />
    <script type="text/javascript">
    <!--
    function MM_preloadImages() { //v3.0
      var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
        var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
        if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
    function MM_findObj(n, d) { //v4.01
      var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
        d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
      if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
      for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
      if(!x && d.getElementById) x=d.getElementById(n); return x;
    function MM_nbGroup(event, grpName) { //v6.0
      var i,img,nbArr,args=MM_nbGroup.arguments;
      if (event == "init" && args.length > 2) {
        if ((img = MM_findObj(args[2])) != null && !img.MM_init) {
          img.MM_init = true; img.MM_up = args[3]; img.MM_dn = img.src;
          if ((nbArr = document[grpName]) == null) nbArr = document[grpName] = new Array();
          nbArr[nbArr.length] = img;
          for (i=4; i < args.length-1; i+=2) if ((img = MM_findObj(args[i])) != null) {
            if (!img.MM_up) img.MM_up = img.src;
            img.src = img.MM_dn = args[i+1];
            nbArr[nbArr.length] = img;
      } else if (event == "over") {
        document.MM_nbOver = nbArr = new Array();
        for (i=1; i < args.length-1; i+=3) if ((img = MM_findObj(args[i])) != null) {
          if (!img.MM_up) img.MM_up = img.src;
          img.src = (img.MM_dn && args[i+2]) ? args[i+2] : ((args[i+1])? args[i+1] : img.MM_up);
          nbArr[nbArr.length] = img;
      } else if (event == "out" ) {
        for (i=0; i < document.MM_nbOver.length; i++) {
          img = document.MM_nbOver[i]; img.src = (img.MM_dn) ? img.MM_dn : img.MM_up; }
      } else if (event == "down") {
        nbArr = document[grpName];
        if (nbArr)
          for (i=0; i < nbArr.length; i++) { img=nbArr[i]; img.src = img.MM_up; img.MM_dn = 0; }
        document[grpName] = nbArr = new Array();
        for (i=2; i < args.length-1; i+=2) if ((img = MM_findObj(args[i])) != null) {
          if (!img.MM_up) img.MM_up = img.src;
          img.src = img.MM_dn = (args[i+1])? args[i+1] : img.MM_up;
          nbArr[nbArr.length] = img;
    //-->
    </script>
    <style type="text/css">
    <!--
    h1,h2,h3,h4,h5,h6 {
        font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
    h1 {
        font-size: large;
        color: #851f82;
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    body,td,th {
        font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        font-size: small;
        color: #000000;
        float: right
    -->
    </style>
    <link href="file:///T|/Copy of Pulse Dynamics WEB copy taken Feb 2012 Edited version/bottomnav.css" rel="stylesheet" type="text/css" />
    <style type="text/css">
    <!--
    a {
        font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
    -->
    </style>
    <link href="file:///T|/Copy of Pulse Dynamics WEB copy taken Feb 2012 Edited version/bottomnavlinks.css" rel="stylesheet" type="text/css" />
    <link href="file:///T|/Copy of Pulse Dynamics WEB copy taken Feb 2012 Edited version/pulseemail.css" rel="stylesheet" type="text/css" />
    </head>
    <body class="thrColFixHdr" onload="MM_preloadImages('Images/Buttons/Gif%20buttons/images/new%20buttons/Up-button-our -services.gif','Images/Buttons/Gif%20buttons/images/new%20buttons/Down-button-our-services .gif','Images/Buttons/Gif%20buttons/images/new%20buttons/Up-button-the-challenge.gif','Ima ges/Buttons/Gif%20buttons/images/new%20buttons/Down-button-the-challenge.gif','Images/Butt ons/Gif%20buttons/images/new%20buttons/Up-button-our-approach.gif','Images/Buttons/Gif%20b uttons/images/new%20buttons/Down-button-our-approach.gif','Images/Buttons/Gif%20buttons/im ages/new%20buttons/Up-button-benefits.gif','Images/Buttons/Gif%20buttons/images/new%20butt ons/Down-button-benefits.gif','Images/Buttons/Gif%20buttons/images/new%20buttons/Up-button -resources.gif','Images/Buttons/Gif%20buttons/images/new%20buttons/Down-button-resources.g if','Images/Buttons/Gif%20buttons/images/new%20buttons/Up-button-contact-us.gif','Images/B uttons/Gif%20buttons/images/new%20buttons/Down-button-contact-us.gif')">
    <div id="container"><!-- InstanceBeginEditable name="header" -->
      <div id="emaillink">
      </div>
    <!-- InstanceEndEditable -->
      <div id="pulseemail">
        <div align="right"></div>
      </div>
      <!-- InstanceBeginEditable name="main content area" -->
      <div id="mainContent">
        <p> </p>
        <p> </p>
        <h1 align="center"><em>The instant voice for every person, everywhere, all the time.</em></h1>
        <h1 align="center"><img src="Images/pngs/Pulse-Dynamics-logo_large.png" width="813" height="325" /></h1>
        <p align="center">Welcome to Pulse Dynamics training</p>
        <p align="center"> </p>
        <p align="center"><a href="Contents.html"><img src="Images/pngs/Click-here-to-start-button.png" width="156" height="39" alt="Click here to start" /></a></p>
        <p> </p>
      </div>
      <!-- InstanceEndEditable -->
      <div id="footer">
        <p align="left"><strong>Pulse Dynamics Ltd.</strong>    </p>
        <p align="left"><strong>e: </strong><a href="mailto:[email protected]"><strong><font color="#edc2ff">[email protected]</font></strong></a>
          <!-- end #footer -->
        </p>
      </div>
    <!-- end #container --></div>
    <script type="text/javascript">
    var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
    document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
    </script>
    <script type="text/javascript">
    try{
    var pageTracker = _gat._getTracker("UA-3325753-6");
    pageTracker._trackPageview();
    } catch(err) {}
    </script>
    </body>
    <!-- InstanceEnd --></html>

Maybe you are looking for

  • SQLPLUS prompt in one row

    Hellou I need help in SQLPLUS. I need to prompt into the file one row of information like this: 0000004202;;00151564;[email protected];160120071333 this -> 0000004202;;00151564;[email protected]; is just static text this -> 160120071333 is date in fo

  • IPod Shuffle Charger Just Stopped Working

    My charger just won't work. It doesn't charge my shuffle and the computer won't read that the shuffle is plugged into the computer. (I'm using Windows.) I've only had the shuffle for 5 months, would I be able to send it in to Apple and have them send

  • How to Validate HTML tags

    Hi, How can i validate the opened html tags are closed or not

  • PS CC 2014 how to get better results from refine edge

    In the attached image below you will see "Jesus on the cross" which I want to substitute a new background. On the left is a portion of the unselected image and on the right is the best result I can get via refine edge tool. I have tried all the usual

  • Mouse right button not working

    Hai i am shebeer.. i updated my mac os x 10.4.7 to 10.4.11 after updation my right button not working . please help me to solve this problem...