Calculated Age and Age Ranges in a Query

Hello,
We are using 3.5 Query Designer.
I am trying to create age ranges in a query. The InfoProvider at this point (I've gone very simple) is InfoObject, 0PERSON.
I've created a calculated key figure (CKF) called age which I have used a formula to define. The age is calculating correctly. Age has  'Calculate Result As...' = Summation. And in the 'Enhance', 'Time of Calculation' is set to Before aggregation. Number of decimal places set to 0. Now I've created a CKF, AGE_GE_40 which has as its formula 'COUNT(('Age' >= 40)). I've created an additional CKF, AGE_LE_39 which has a formula 'COUNT(('Age'<=39))'. Both of these have the 'Summation' set in the calculation section. The query contains 0GENDER, 0PERSON with AGE_GE_40 and AGE_LE_39 and Number of records as the key figures in the columns. When executed initially, all of the result rows are correct. The problem is when I remove 0PERSON, the result rows only give me 1 per gender. This seems like an easy thing to do, why is it not working?
Thanks for any help,
Diane Merrill

Diane,
For each row in the query data, there is only one age value calculated, which is the aggregration of all records which fulfills the row's characteristic value combination. Thus, when there is Gender & Person columns in the query, each row calculates an age value for the Gender/Person combination, which is essentially the same as for each person, because each person has one gender value. However, when you remove person from the columns, there will be only two values for gender, and the age is calculated as the sum of ages for all records with the same gender value. To reveal more on this, you can add the Age key figure into the query columns, and run the query with only the gender (i.e. without person). Once you see the age value for each row, it should be clear to you.
Please reward points if this is helpful.
Wayne

Similar Messages

  • How to include the Age and Age operator in Dashboard prompts

    I wouild like to create two new dashboard prompts 'Age' and 'Age Operator' both as drop downs.
    The 'Age' prompt should have the values from 1-100 as dropdown for the users to select from.
    The 'Age Operator' should have the values <, <=, >, >=, = as dropdown for the users to select.
    I have PERS_DOB column in Person table. I do not have any operator values stored in any tables.
    How can I create these two dashboard prompts so that the user can select the values from the
    dropdown list and filter the results against.
    For example:
    User select Age 20 from Age dropdown prompt and '<' from the Age operator prompt the results
    should filter based on the above and should get us the records for the people whose
    Age is less than 20.
    I appreciate any help on this.
    Thanks.

    You could try this:
    1) For the "age operator" prompt, use words to describe the operators (e.g., "less than" rather than the symbol <=, etc.). (I'll assume you know how to build the prompt using CASE statements and UNION. It's pretty straightforward.)
    2) Build 5 small reports, one for each operator, that only returns a row when the particular operator is selected in the prompt. Each of these reports will be in the guided navigation of a separate section.
    3) Now, build 5 versions of your report with a filter on the "Age" prompt, one report that calculates the 5 different permutations of the age chosen (i.e., less than prompt, less than or equal to prompt, etc.) and put each report in the guided navigation section that corresponds to the applicable small report you built in step 2. So, for example, for the section that returns a row when "less than" is chosen, put the report that filters for "age less than 'age prompt'."
    So here is how it works: When the user selects an age and operator, only the section that corresponds to the operator selected will display because of the guided navigation. The other 4 sections will not show, because the small report in the guided navigation part of the section will return no rows.

  • Match age with dob and age range

    I have two table Hist and Geog of which Hist contain case_id, DOB, age, age_range and Geog (reference table) contain case_id, age_low and age_high (range value e.g 30-45) . if age_range is 30-45 means age_low =30 and age_high=45
    Query-- find those record from table Hist where age will not match with the age_range (like if age=45 .age range=30-44) and DOB will not match with age range.
    select a.case_id,a.age, ag.age_range from Hist a, Geog g
    where a.case_id=g.case_id
    and a.case_id not in (?????)
    Advance thanks for your support.

    Dear Edsteven
    Thanks for your response
    Data in my database ls like below
    HIST                    
    case_id     dob     age age_range     
    121     23-Jan-1988     23     3     
    123     31-Oct-1968     43     2     
    122     23-Jan-1978     33     3     
    125     23-Jan-1999     9     1------------->     Wrong record
    Geog                    
    case_id     age_range     age_low     age_high     
    123     2     36     50     
    122     3     20     35     
    125     1     10     19     
    I want to retrive those record where age_range will not correspond to age an dob also.
    select hi.case_id, hi.dob, hi.age, ge.age_low, ge.age_high
    from geog ge, (select * from hist hi where age_range not null)
    where hi.case_id=ge.case_id
    and (hi.age is not null orhi.dob is not null)
    and( hi.age<age_low or hi.age>age_high)
    and ( TRUNC(MONTHS_BETWEEN(SYSDATE,hi.dob)/12) <age_low or TRUNC(MONTHS_BETWEEN(SYSDATE,hi.dob)/12)>age_high)

  • AR Open Items and Aging question

    Hi
    I have one question on AR Open Items aging. If Doc 100000 is posted on 4/1 with amount 25. Suppose it is cleared on 4/8. Now i get two records to BI. One will replace the existing record with Clearing Doc no and other one new posting for the clearing doc.
    Delta load on 4/1/2011               
    Posting Date     Doc no     Amount      Clearing Doc
    4/1/2011     1000000     25     
    Delta load on 4/8/2011               
    4/1/2011     1000000     25     1000025
    4/8/2011     1000025     -25     1000025
    My question is If I run the Aging report on 4/9/2011 with key date value 4/1/2011 will the result show 25 amount as Open item or cleared item?
    If I want to show status of the document as of old date, Should I take daily snapshots of the data?
    Please let me know your thoughts!
    Thank you
    Sree

    HI Sree..
    That document was open on 4/1/2011......and was cleared on 4/8/2011................
    If you execute the R/3 report FBL5N (Customer Line Item Display) with the "Open at key date" 4/1/2011.........the report will show the document as open item.....
    What your Aging Report in the BI side will show it depeds on the design of the report.....but as per my understanding if the Query get executed with key date value 4/1/2011 ....then the report should show the document as Open Item..
    In that case the restricted keyfigure should design in such a way that it will compare the Clearing Date with the Key date......if the Key Date < Clearing date then the document will be trreated as an Open Item........if Key Date >= Clearing date then the Document will be displayed as an Open Item.........
    We are also using such a report.......Infact we have also designed in such a way so that the report can display how old the document is 90 days, 30 days....etc. by giving the Offset value......
    But frankly speaking it depends on your requirement and the design of the Query....
    Regards,
    Debjani......

  • Reports for Itemwise ageing and Stock with opening and closing

    Dear All,
    Is there any default reports in SAP for Item wise ageing and the stock status with
    opening stock,In and Out stock and closing stock
    for a given period.
    Regards,
    Shyam

    Hi,
             Thanks for the quick reply.....But is there any accurate query for that....Bcoz i found a query which shows the qty but nothing is coming in the value...
    Regards,
    shyam

  • Urgent due date calculation in vendor ageing(plz solve)

    hi everybody there
    i have to calculate the due on date
    which is calculated as
    dueon = BLINE Date (BSIK-ZFBDT) + No of Days(BSIK-ZBD1T)
    for this i am using fm
    RP_CALC_DATE_IN_INTERVAL
    but it is not working .
    could u suggest that what is going wrong with this
    fm.
    i am calling this fm in following code but it is not working , it is going to dump.
    could any one suggest me how to use the above fm in my following code so that i will be able to calculate due on date based on above formula.
    my code is as follows
    *& Report  Z_VENDOR AGEING                                                    *
    *&  in this repoet I am calculating the vendor ageing
        which is depending on formula
        AGEING = Current Date(or any date entered by user) – Bline Date(BSIK-ZFBDT)                                                                 *
    REPORT  z_vendor  NO STANDARD PAGE HEADING
                      LINE-SIZE 200
                      LINE-COUNT 65(3).
    TABLES : bsik.
    DATA : BEGIN OF t_out OCCURS 0,
           bukrs LIKE bsik-bukrs,
           saknr LIKE bsik-saknr,
           bldat LIKE bsik-bldat,
           wrbtr LIKE bsik-wrbtr,
           lifnr LIKE bsik-lifnr,
           zfbdt like bsik-zfbdt,
           zbd1t like bsik-zbd1t,
           ageing type i,
           END OF t_out.
    parameters : p_date1 type d.
    SELECT-OPTIONS : s_bukrs FOR bsik-bukrs,
                     s_saknr FOR bsik-saknr,
                     s_lifnr FOR bsik-lifnr.
    SELECT bukrs saknr bldat wrbtr lifnr zfbdt
           FROM bsik
           INTO  TABLE t_out
           WHERE saknr IN s_saknr
           AND bukrs IN s_bukrs
           AND lifnr IN s_lifnr.
    Loop at t_out.
    CALL FUNCTION 'DAYS_BETWEEN_TWO_DATES'
      EXPORTING
        i_datum_bis                   = p_date1
        i_datum_von                   = t_out-zfbdt
      I_KZ_EXCL_VON                 = '0'
      I_KZ_INCL_BIS                 = '0'
      I_KZ_ULT_BIS                  = ' '
      I_KZ_ULT_VON                  = ' '
      I_STGMETH                     = '0'
      I_SZBMETH                     = '1'
    IMPORTING
       E_TAGE                        = t_out-ageing
    EXCEPTIONS
      DAYS_METHOD_NOT_DEFINED       = 1
      OTHERS                        = 2
    IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    Modify t_out.
    Clear t_out.
    Endloop.
    LOOP AT t_out.
      WRITE : / t_out-saknr,
                t_out-lifnr,
                t_out-wrbtr,
                t_out-zfbdt,
                t_out-ageing.
    ENDLOOP.

    hi sanjeev,
    chnage ur code.
    note the bolded part.
    TABLES : bsik.
    DATA : BEGIN OF t_out OCCURS 0,
    bukrs LIKE bsik-bukrs,
    saknr LIKE bsik-saknr,
    bldat LIKE bsik-bldat,
    wrbtr LIKE bsik-wrbtr,
    lifnr LIKE bsik-lifnr,
    zfbdt LIKE bsik-zfbdt,
    zbd1t LIKE bsik-zbd1t,
    ageing TYPE i,
    END OF t_out.
    PARAMETERS : p_date1 TYPE d.
    SELECT-OPTIONS : s_bukrs FOR bsik-bukrs,
    s_saknr FOR bsik-saknr,
    s_lifnr FOR bsik-lifnr.
    SELECT bukrs saknr bldat wrbtr lifnr zfbdt <b>zbd1t</b>
    FROM bsik
    INTO <b>corresponding fields of table</b> t_out
    WHERE saknr IN s_saknr
    AND bukrs IN s_bukrs
    AND lifnr IN s_lifnr.
    if sy-subrc <> 0.
    message 'no data' type 'S'.
    endif.
      LOOP AT t_out.
        CALL FUNCTION 'DAYS_BETWEEN_TWO_DATES'
        EXPORTING
        i_datum_bis = p_date1
        i_datum_von = t_out-zfbdt
    I_KZ_EXCL_VON = '0'
    I_KZ_INCL_BIS = '0'
    I_KZ_ULT_BIS = ' '
    I_KZ_ULT_VON = ' '
    I_STGMETH = '0'
    I_SZBMETH = '1'
        IMPORTING
        e_tage = t_out-ageing
         EXCEPTIONS
         days_method_not_defined = 1
         OTHERS = 2
        IF sy-subrc <> 0.
          MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
          WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
        ENDIF.
    <b>
      data :   dueon like t_out-zfbdt.
      dueon = t_out-zfbdt + t_out-zbd1t.
      write dueon.</b>
        MODIFY t_out.
        CLEAR t_out.
      ENDLOOP.
    rgds
    anver.
    if hlped mark points
      LOOP AT t_out.
        WRITE : / t_out-saknr,
        t_out-lifnr,
        t_out-wrbtr,
        t_out-zfbdt,
        t_out-ageing.

  • Discrepancy between Balance sheet and Aging report

    HI Experts,
    I have a client who run the AR Aging and Balance sheet monthly for as their month end procedures.
    They have found the following:
    When the Balance Sheet and Aging report is run on the same day this shows the same on the Accounts Receivable and the Aging report.
    When the Aging is run a few days after the month end, and the Aging Date is selected as 05/01/2010, the Posting Date untill is also 05/01/2010, the Balance Sheet To date is 05/01/2010 I get discrepancies between the 2 amounts.
    I looked for documents with later Posting/Document dates but could not find any in the aging report.
    Any help would be welcome.
    Marli

    Hi Marli,
    You may check these threads:
    Re: Mismatch in  Accounts Receivable Balance and A/R Aging Balance due
    Re: customer aging query - show balance as of a specific date
    Thanks,
    Gordon

  • Using spry to filter age or date range?

    I'm trying to create a spry filter to filter between age or date ranges. I can get the code to filter an age if it's greater or below a number, but not a range between numbers. How can I modify the following code to filter between a  range of numbers? I would prefer to use drop down for age range choices so the user can choose each age from a drop down menu but I wasn't having much luck with it whereas the checkbox was somewhat working for me. If someone has a drop down method to select ages and have spry filter between the values I would be very grateful. Many thanks in advance!
    <!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" xmlns:spry="http://ns.adobe.com/spry">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <title>Multiple Filters Sample</title>
    <link href="http://labs.adobe.com/technologies/spry/css/samples.css" rel="stylesheet" type="text/css" />
    <script language="JavaScript" type="text/javascript" src="http://labs.adobe.com/technologies/spry/includes/xpath.js"></script>
    <script language="JavaScript" type="text/javascript" src="http://labs.adobe.com/technologies/spry/includes/SpryData.js"></script>
    <script language="JavaScript" type="text/javascript" src="http://labs.adobe.com/technologies/spry/includes/SpryDataExtensions.js"></script>
    <script type="text/javascript">
    <!--
    var dsStates = new Spry.Data.XMLDataSet("states.xml", "states/state");
    dsStates.setColumnType("name", "number");
    function ff15(ds, row, index){ var c = row.name; return c >= '6' && c <= '100' ? null : row; };
    function ffIP(ds, row, index){ var c = row.name; return c >= '11' && c <= '100' ? null : row; };
    function ffQZ(ds, row, index){ var c = row.name; return c >= '0' && c <= '10' ? null : row; };
    function ToggleFilter(enable, f)
         if (enable)
              dsStates.addFilter(f, true);
         else
              dsStates.removeFilter(f, true);
    function RemoveAllFilters()
         document.forms[0]["f15"].checked = false;
         document.forms[0]["fIP"].checked = false;
         document.forms[0]["fQZ"].checked = false;
         dsStates.removeAllFilters(true);
    -->
    </script>
    </head>
    <body>
    <div class="liveSample" style="float: left; margin-bottom: 4px;">
         <form action="">
         <label>Show '1' - '5': <input name="f15" type="checkbox" value="" onclick="ToggleFilter(this.checked, ff15);" /></label><br />
         <label>Show '6' - '10': <input name="fIP" type="checkbox" value="" onclick="ToggleFilter(this.checked, ffIP);" /></label><br />
         <label>Show '11' - '20': <input name="fQZ" type="checkbox" value="" onclick="ToggleFilter(this.checked, ffQZ);" /></label><br />
         <input type="button" value="Remove All Filters" onclick="RemoveAllFilters();" />
         </form>
         <div spry:region="dsStates" spry:repeatchildren="dsStates">
              <span>{name}</span>
         </div>
    </div>
    </body>
    </html>
    <states>
         <state>
              <name>1</name>
         </state>
         <state>
              <name>2</name>
         </state>
         <state>
              <name>3</name>
         </state>
         <state>
              <name>4</name>
         </state>
         <state>
              <name>5</name>
         </state>
    etc. etc.
    </states>

    The syntax for the xml file along with the rest of the source was provided in the original post. Here's the modified html file. How do I concactenate if (cat = 2) if (cat = 3) etc. into the function? Thanks in advance.
    Also as you can see from my modified html source, I want two separate drop downs: one for MINage and one for MAx age. From looking at my provided source I have a feeling that when a user clicks on one or the other drop downs it will trigger the function for that selection and cancel the other filter out, which is undesired. So I am wondering how to have two drop downs work to filter between min and max age where if a user clicks on one drop down it doesn't cancel the function of the previous filter selection.
    <!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" xmlns:spry="http://ns.adobe.com/spry">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <title>Multiple Filters Sample</title>
    <link href="http://labs.adobe.com/technologies/spry/css/samples.css" rel="stylesheet" type="text/css" />
    <script language="JavaScript" type="text/javascript" src="http://labs.adobe.com/technologies/spry/includes/xpath.js"></script>
    <script language="JavaScript" type="text/javascript" src="http://labs.adobe.com/technologies/spry/includes/SpryData.js"></script>
    <script language="JavaScript" type="text/javascript" src="http://labs.adobe.com/technologies/spry/includes/SpryDataExtensions.js"></script>
    <script type="text/javascript">
    <!--
    var dsStates = new Spry.Data.XMLDataSet("states.xml", "states/state");
    dsStates.setColumnType("name", "number");
    function MINage(cat){
         if (cat = 1)
           dsStates.setXPath('states/state[name > 0]');
         dsStates.loadData();
    function MAXage(cat){
         if (cat = 10)
           dsStates.setXPath('states/state[name < 10]');
         dsStates.loadData();
    -->
    </script>
    <style type="text/css">
    <!--
    .badge {
         float: left;
         margin: 4px;
         padding: 4px;
         text-align: center;
         background-color: #FFCC99;
         border-top: solid 1px #999999;
         border-left: solid 1px #999999;
         border-bottom: solid 1px #CCCCCC;
         border-right: solid 1px #CCCCCC;
    label {
         font-weight: bold;
    -->
    </style>
    </head>
    <body>
    <h3>Multiple Filters Sample</h3>
    <div class="liveSample" style="float: left; margin-bottom: 4px;">
    <form action="">
    <select name="ageCat" onchange="MINage(this.value)">
        <option value="1">1</option>
        <option value="2">2</option>
        <option value="3">3</option>
        <option value="4">4</option>
        <option value="5">5</option>
        <option value="6">6</option>
        <option value="7">7</option>
        <option value="8">8</option>
        <option value="9">9</option>
        <option value="10">10</option>
        <option value="11">11</option>
        <option value="12">12</option>
        <option value="13">13</option>
        <option value="14">14</option>
        <option value="15">15</option>
        <option value="16">16</option>
        <option value="17">17</option>
        <option value="18">18</option>
        <option value="19">19</option>
        <option value="20">20</option>
        <option value="21">21</option>
        <option value="22">22</option>
        <option value="23">23</option>
        <option value="24">24</option>
        <option value="25">25</option>
        <option value="26">26</option>
        <option value="27">27</option>
        <option value="28">28</option>
        <option value="29">29</option>
        <option value="30">30</option>
        <option value="31">31</option>
        <option value="32">32</option>
        <option value="33">33</option>
        <option value="34">34</option>
        <option value="35">35</option>
        <option value="36">36</option>
        <option value="37">37</option>
        <option value="38">38</option>
        <option value="39">39</option>
        <option value="40">40</option>
        <option value="41">41</option>
        <option value="42">42</option>
        <option value="43">43</option>
        <option value="44">44</option>
        <option value="45">45</option>
        <option value="46">46</option>
        <option value="47">47</option>
        <option value="48">48</option>
        <option value="49">49</option>
        <option value="50">50</option>
        <option value="51">51</option>
        <option value="52">52</option>
        <option value="53">53</option>
        <option value="54">54</option>
        <option value="55">55</option>
        <option value="56">56</option>
        <option value="57">57</option>
        <option value="58">58</option>
        <option value="59">59</option>
        <option value="60">60</option>
        <option value="61">61</option>
        <option value="62">62</option>
        <option value="63">63</option>
        <option value="64">64</option>
        <option value="65">65</option>
        <option value="66">66</option>
        <option value="67">67</option>
        <option value="68">68</option>
        <option value="69">69</option>
        <option value="70">70</option>
        <option value="71">71</option>
        <option value="72">72</option>
        <option value="73">73</option>
        <option value="74">74</option>
        <option value="75">75</option>
        <option value="76">76</option>
        <option value="77">77</option>
        <option value="78">78</option>
        <option value="79">79</option>
        <option value="80">80</option>
        <option value="81">81</option>
        <option value="82">82</option>
        <option value="83">83</option>
        <option value="84">84</option>
        <option value="85">85</option>
        <option value="86">86</option>
        <option value="87">87</option>
        <option value="88">88</option>
        <option value="89">89</option>
        <option value="90">90</option>
        <option value="91">91</option>
        <option value="92">92</option>
        <option value="93">93</option>
        <option value="94">94</option>
        <option value="95">95</option>
        <option value="96">96</option>
        <option value="97">97</option>
        <option value="98">98</option>
        <option value="99">99</option>
      </select>
    <select name="ageCat" onchange="MAXage(this.value)">
        <option value="1">1</option>
        <option value="2">2</option>
        <option value="3">3</option>
        <option value="4">4</option>
        <option value="5">5</option>
        <option value="6">6</option>
        <option value="7">7</option>
        <option value="8">8</option>
        <option value="9">9</option>
        <option value="10">10</option>
        <option value="11">11</option>
        <option value="12">12</option>
        <option value="13">13</option>
        <option value="14">14</option>
        <option value="15">15</option>
        <option value="16">16</option>
        <option value="17">17</option>
        <option value="18">18</option>
        <option value="19">19</option>
        <option value="20">20</option>
        <option value="21">21</option>
        <option value="22">22</option>
        <option value="23">23</option>
        <option value="24">24</option>
        <option value="25">25</option>
        <option value="26">26</option>
        <option value="27">27</option>
        <option value="28">28</option>
        <option value="29">29</option>
        <option value="30">30</option>
        <option value="31">31</option>
        <option value="32">32</option>
        <option value="33">33</option>
        <option value="34">34</option>
        <option value="35">35</option>
        <option value="36">36</option>
        <option value="37">37</option>
        <option value="38">38</option>
        <option value="39">39</option>
        <option value="40">40</option>
        <option value="41">41</option>
        <option value="42">42</option>
        <option value="43">43</option>
        <option value="44">44</option>
        <option value="45">45</option>
        <option value="46">46</option>
        <option value="47">47</option>
        <option value="48">48</option>
        <option value="49">49</option>
        <option value="50">50</option>
        <option value="51">51</option>
        <option value="52">52</option>
        <option value="53">53</option>
        <option value="54">54</option>
        <option value="55">55</option>
        <option value="56">56</option>
        <option value="57">57</option>
        <option value="58">58</option>
        <option value="59">59</option>
        <option value="60">60</option>
        <option value="61">61</option>
        <option value="62">62</option>
        <option value="63">63</option>
        <option value="64">64</option>
        <option value="65">65</option>
        <option value="66">66</option>
        <option value="67">67</option>
        <option value="68">68</option>
        <option value="69">69</option>
        <option value="70">70</option>
        <option value="71">71</option>
        <option value="72">72</option>
        <option value="73">73</option>
        <option value="74">74</option>
        <option value="75">75</option>
        <option value="76">76</option>
        <option value="77">77</option>
        <option value="78">78</option>
        <option value="79">79</option>
        <option value="80">80</option>
        <option value="81">81</option>
        <option value="82">82</option>
        <option value="83">83</option>
        <option value="84">84</option>
        <option value="85">85</option>
        <option value="86">86</option>
        <option value="87">87</option>
        <option value="88">88</option>
        <option value="89">89</option>
        <option value="90">90</option>
        <option value="91">91</option>
        <option value="92">92</option>
        <option value="93">93</option>
        <option value="94">94</option>
        <option value="95">95</option>
        <option value="96">96</option>
        <option value="97">97</option>
        <option value="98">98</option>
        <option value="99">99</option>
      </select>
         </form>
         <div spry:region="dsStates" spry:repeatchildren="dsStates">
              <span class="badge">{name}</span>
         </div>
    </div>
    <p><br style="clear: both;" />
    </p>
    </body>
    </html>
    Thanks!

  • My battery drained. Screen shows battery with red line but doesn't seem to be recharding after 20 min.  Should I wait or do a hard restart? I haven't backedup in ages and don't want to lose pics, contacts etc.

    My battery drained. Pluged in to wall but screen shows battery with red line but doesn't seem to be recharding after 20 min.  Should I wait longer or do a hard restart? I haven't backedup in ages and don't want to lose pics, contacts etc.  Will a hard restart wipe all that out?

    Agree with Richard:
    -Your device needs both the CR and LF. To accomplish this:
    option 1: Concatenate the "end of line" string constant (this is a combination of CR and LF, located in the string pallete) to all your outgoing commands. Make sure in the "Visa configure serial port" the "Termination character enable" flag is false.
    option 2: Concatenate only a CR to your command's strings. Make sure in the "Visa configure serial port" the "Termination character enable" flag is TRUE AND that the termination character is set to 10 (meaning LF) which I think is the default.
    Details can be seen in this link:
    http://digital.ni.com/public.nsf/allkb/862567530005F09C862565BE005AB500
    "Adding Termination Characters to VISA Serial Writes in LabVIEW"
    Interesting would be to configure the serial port to accept not one but two termination characters. The above links refers to the document "Developer Zone Tutorial: Termination Characters in NI-VISA.", where this is supposed to be possible. The document however is 404'ed.
    If someone find a working link please post it.
    Regards

  • Just bought an ipod touch and it wont sync with itunes. Tried resetting sync history but doesnt work, plus when i try to access itunes preferences it freezes for ages and creates loads of distnoted.exe files?????

    Just bought an ipod touch and it wont sync with itunes. Tried resetting sync history but doesnt work, plus when i try to access itunes preferences it freezes for ages and creates loads of distnoted.exe files?????

    Just realised when reading other peoples problems that it is not actually letting me reset sync history???

  • Aging and Auto Refresh

    Hi
    I read from one of the previous threads that "Even if rows are aged out by the aging mechanism, if those rows still exist in Oracle they will simply be pushed back to the cache on the next AUTOREFRESH." Aging is to remove data that is no longer needed. So, if autorefresh keeps updating TimesTen with the already aged out data, Cant aging and autorefresh co-exist to achive this purpose?
    Thanks..

    Ageing policy in TimesTen (TT) can vary depending on your set up. In general ageing is there to get rid of unused data (based on LRU ageing, Time-based ageing etc). I believe the ageing process can also be usage based. For example remove Least Recently Used data when database usage passes > 90% threshold. Since in normal operations, there is finite size to TimesTen DataStore and TempStore and disk resident databases (DRDB) have a habit of growing then TT has no choice except getting rid of the old data.
    In normal operations probably you will deploy Incremental Autorefresh whereby Oracle tracks changes and periodically updates only the rows in the cache group that have changed in Oracle's DRDB. If that is the case then those updated rows will end up in MRU section of the cache again and will not be deleted.
    I think the best cache strategy is to use something like DYNAMIC ASYNCHRONOUS WRITETHROUGH GLOBAL CACHE GROUP where data from corresponding Oracle tables will be loaded into TT on request. So this is loading data on demand which is kind of useful as the first load would be slow (replication getting rows from Oracle DRDB table into TT table). However, subsequent references in TT to the row will be fast as by then the row is already in TT's cache. In real life scenario, TT only gets data as it is needed and it deletes data as it does not need.
    HTH,
    Mich

  • Ess career and age iview problem

    Hi
    I have implemented ess.
    and when executing career and age following error is coming
    Business Server Page (BSP) error
    What happened?
    Calling the BSP page was terminated due to an error.
    SAP Note
    The following error text was processed in the system:
    BSP Exception: the Application Name test in URL /sap/bc/bsp/sap/test/test?sap-client=800&sap-language=en&style_sheet=http%3A%2F%2Fsapides.geometric.local%3A50200%2Firj%2Fportalapps%2Fcom.sap.portal.themes.lafservice%2Fthemes%2Fportal%2Fsap_tradeshow%2Fcontrols%2Fcontrols_ie6.css&sap-accessibility=&sap- is invalid.
    Error type:
    Your SAP Business Server Pages Team
    I have searched for the BSP page and not found in R3.
    1.Any configuration to be done
    2.How to find the corresponding BSP in backend and execute
    I have tried tcode sicf.
    waiting for ur suggestions
    Regards
    Gopi

    Hi Gopi,
    I hope you have already looked into
    http://help.sap.com/saphelp_erp2004/helpdata/en/f6/263359f8c14ef98384ae7a2becd156/frameset.htm
    you need to setup a system to run your BSP applications.
    Host should be maintained with its fully qualified name i.e. <server>.<domain>.com
    You can maintain this detail in Se80 -> utilities ->BSP test -> Maintain system details
    Please check in transaction SMICM what is http port. you must host BSP application on same host..
    open any BSP application and right click and select test.
    This should open BSP application. if there is any error to host BSP application, please mention here.
    If this works then create a BSP view with concerned system and application and start page details, go for preview this should work there also.
    Hope this helps.
    Regards,
    Sudhir

  • Art and Age of pinball games freeze at end to add name. No keyboard.

    Art and Age Pinball tables freeze  on page when add name is requested. No keyboard pops up. I have to leave the game.
    No problem when I first puchased and installed the apps from itunes.
    Would updating to 7.0.4 have caused the change?  Thanks.

    Might be worth bringing this forward again. I just purchased a new iPad Air and bought Art of Pinball - The Mummy and Art of Pinball - Aliens. Both perform in exactly the same manner as described. Silly me, I took the time to email the CEO at ASK Homewrk for help in solving this problem. No response to date and it has been a week now, so I guess the best option will be to trash both games and look for another traditional type of pinball game that works properly on the iPad. Any suggestions for such a game would be well received.
    Best regards,
    David

  • Visual Age and Oracle Drivers

    Does Any one know how to set the path when running Visual Age and
    Weblogic 4.5.1. I can not get the set the PATH or ORACLE_HOME in
    VisualAge so the connection pool will start
    Mike Howard
    Cessna Aircraft Compan

    Mike Howard wrote:
    >
    Does Any one know how to set the path when running Visual Age and
    Weblogic 4.5.1. I can not get the set the PATH or ORACLE_HOME in
    VisualAge so the connection pool will startVisualAge uses the system PATH, as far as I know there's no way to
    change it within the environment. You can change your global PATH, or
    you can set the PATH in a command window, and then run 'ide.exe' in the
    IBMVJava\ide\program directory.
         -- Jim

  • I bought my daughter an ipad mini and used my Apple ID to transfer over her favorites. Now I can't use netflix and hulu. So I want create her an id but it won't let saying too young. I tried to create another one with my age and it still says too young.

    I bought my daughter an ipad mini and used my Apple ID to transfer over her favorites. Now I can't use netflix and hulu. So I want create her an id but it won't let saying too young. I tried to create another one with my age and it still says too young.help!!!

    iTUNES STORE - TERMS AND CONDITIONS
    "This iTunes Service is only available for individuals aged 13 years or older, unless you are under 13 years old and your Apple ID was provided to you as a result of a request by an approved educational institution. If you are 13 or older but under the age of 18, you should review this Agreement with your parent or guardian to make sure that you and your parent or guardian understand it."
    Restart the iPad. Tap Settings > iTunes & App Store then sign in your Apple ID.

Maybe you are looking for

  • CALIBRATING LCD MONITORS IN YOUR WORKFLOW

    HEY WONDERING IF ANYONE IF CALIBRATING THEIR APPLE LCDS WITH ANYTHING LIKE THE EYEONE OR PANTONE STUFF BEING THAT THE COLOR OR NTSC DIFFERS AS WELL AS A REGULAR CRT ? ARE YOU SEEING BIG DIFFERENCES AND WHAT ARE YOU USING TO CALIBRATE THEM WITH. IM NO

  • Mail application

    when i opened the mail application, there was this spam letter. (I get junk mail a lot.) However, i just set up the mail application. And this one email i received was in yellow, and there is a strange symbol. what does this mean? Please Help me!! Ma

  • Am I allowed to MOD the DVR?

    In modding I do not mean hacking but this is what I would like to do if it is allowed. Take my DVR hard drive out and copy it to a solid state drive in its place. Possible? I have never done this but thought about it since I am about to do it to my x

  • BIG full inventory cycle count

    Hi Experts, We have a BIG inventory coming up in a month and it seems that no one knows how to create a CC for all the parts in our inventory... we need to count everything in stock and record it in SAP. as of now MI31 will not work... because the AB

  • Error in LDAP as Authentication

    Hi Experts , I have set up LDAP as a authentication source for our CUP . But when I try to logon with my network id & password I receive error "User credentials not valid." Also one more issue is the Userid field doesn't allow to enter more than 15 c