Omitting repeating values

Hello. I'm using Template Builder for Word 5.6.2 and I'm trying to generate a report with 2 group levels that currently looks like this:
COL_A1 COL_B1
COL_A1 COL_B2
COL_A2 COL_B1
COL_A2 COL_B2
I've got the group definitions embedded in a MS Word table. I want to display the first column only when it changes values, so it looks like this:
COL_A1 COL_B1
COL_B2
COL_A2 COL_B1
COL_B2
How can I do that? Thanks in advance.

Hi jjanos,
I think, you can do this using group left report. You can create one group based on column COL_A1.
Or you can send sample data and your template to our team.
Thanks
Ravi
[email protected]

Similar Messages

  • Mobile List Bind aggregation - repeated values?

    Hi all, i'm new to SAPui5 so please forgive me if this is already discussed.
    I'm calling a odata service (http://h03zdb.hcc.uni-magdeburg.de:8003/workshop/sessiona/12/Services/msgTab.xsodata/MSGTABLE?$filter=FROM%20eq%20%27STU…) and I get the values stored in a table in json. I want to show this in a list but there are repeated values created for the list. Is it because of bindAggregation?

    Here is the whole code.
    I used split app and added two models for the detail and master page.
    I'm very new to this so sorry for bad coding
    <html>
      <head>
      <meta http-equiv="X-UA-Compatible" content="IE=edge" />
      <title>SRH Chat</title>
      <script src="/sap/ui5/1/resources/sap-ui-core.js"
      id="sap-ui-bootstrap"
      data-sap-ui-libs="sap.m"
      data-sap-ui-theme="sap_bluecrystal">
      </script>
      <!-- only load the mobile lib "sap.m" and the "sap_bluecrystal" theme -->
      <script type="text/javascript">
      var sessionKey = "STUDENT01";
      // Login user to get session id
      var oDetailPage2 = new sap.m.Page("detail2");
      var url = "http://h03zdb.hcc.uni-magdeburg.de:8003/workshop/sessiona/12/Services/msgTab.xsodata/MSGTABLE?$filter=TO%20eq%20%27"+sessionKey+"%27%20&%20FROM%20eq%20%27"+sessionKey+"%27%20&$format=json";
      $.get( url, function(data1) {
      // create JSON model instance
      var oModel = new sap.ui.model.json.JSONModel();
      // set the data for the model
      oModel.setData(data1);
      // set the model to the core
      oMasterPage1.setModel(oModel);
      var contactList = new sap.m.List("newlist2",{
      title : "{FROM}",
      mode: sap.m.ListMode.SingleSelectMaster,
                select: function(oEv) {
      var item = oEv.getParameter("listItem");
      var desc = item.getTitle();
      retrieveMsgs(desc);
      function retrieveMsgs(desc)
      var aurl = "http://h03zdb.hcc.uni-magdeburg.de:8003/workshop/sessiona/12/Services/msgTab.xsodata/MSGTABLE?$filter=FROM%20eq%20%27"+desc+"%27%20&$format=json";
      $.get( aurl, function( data ) {
    // // create JSON model instance
      var oModel1 = new sap.ui.model.json.JSONModel();
    // // set the data for the model
      oModel1.setData(data);
      // set the model to the core
      oDetailPage2.setModel(oModel1);
      var contactList1 = new sap.m.List("newlist");
      var inputField = new sap.m.TextArea();
      var but1 = new sap.m.Button({text: "Send", tap: function(){
      // Send button press functionality
      var msg = inputField.getValue();
      var murl = "http://h03zdb.hcc.uni-magdeburg.de:8003/workshop/sessiona/12/WebContent/InsertMsg.xsjs?from="+desc+"&to="+sessionKey+"&msg="+msg;
      $.ajax({
            url: murl,
            type: 'POST',
            async: false,
            timeout: 30000,
            success : function (data2){
            var empty = "";
            inputField.setValue(empty);    // clear text area
      //Populate the List with Data from the Model (Set in the Controller of this View)
      contactList1.bindAggregation("items", {
      path : "/d/results", //Reference to the JSON structure
      template: new sap.m.StandardListItem({
      title: "{FROM}", //Refer the name field in the JSON data
      description: "{MSG}", //Address Field in the data
      type: sap.m.ListType.Navigation //Specify what to do while clicking/tapping an item in the list, in this example navigate to another view
      oDetailPage2.addContent(contactList1);
      oDetailPage2.addContent(inputField);
      oDetailPage2.addContent(but1);
      oSplitApp.to("detail2");
      //Populate the List with Data from the Model (Set in the Controller of this View)
      //oModel.createBindingContext("/d/results", null, {select: "FROM"},function(a){});
      contactList.bindAggregation("items", {
      path : "/d/results", //Reference to the JSON structure
      template: new sap.m.StandardListItem({
      title: "{FROM}", //Refer the name field in the JSON data
      //description: "{FROM}", //Address Field in the data
      //select: "FROM,TO",
      type: sap.m.ListType.Navigation //Specify what to do while clicking/tapping an item in the list, in this example navigate to another view
      var oMasterPage1 = new sap.m.Page("master1",{
        title : "Master"
      // adding the list to master
      oMasterPage1.addContent(contactList);
    // //add the master pages to the splitapp control
      oSplitApp.addMasterPage(oMasterPage1);
    //   .addMasterPage(oMasterPage1);
      //add the detail pages to the splitapp control
      oSplitApp.addDetailPage(oDetailPage2);
      //oSplitApp.setInitialDetail("detail");
      //oSplitApp.setInitialMaster("master");
      oSplitApp.placeAt("body");
      </script>
      </head>
      <body class="body">
      <div id="body">
      </div>
      </body>
    </html>

  • Display only first value of the repeated values  in ALV report

    Hi,
    Test Data
    Doc No   Net Val   billing Doc value Qty
    1000      2000.00    567850.00
    1000      2000.00    567850.00
    1000      2000.00    567850.00
    2000      6000.00    767850.00
    In this type of ALV Report in which only the First field value of the repeated value  should be displayed.
    Doc No   Net Val   billing Doc value Qty
    1000      2000.00    567850.00
    2000      6000.00    767850.00
    I can display document value as like expected result in SORT ORDER in LAYOUT but the Quantity value,Net value  which cannot be done in SORT ORDER in LAYOUT.
    Please tell me the suitable solution.

    For a Sales Order there are two Invoice.
    Sales doc     Invoice No    Billed Qty    Net value                     Qtywith  material no
    5000              900             234774.00    456.00000                 65             123
                                             234774.00    456.00000                 25             456
                                             234774.00    456.00000                 35             898
                                             234774.00    456.00000                 20             496
                          901            634774.00    256.00000                 50               746
                                            634774.00    256.00000                 10               456
                                            634774.00    256.00000                 20               545
                                            634774.00    256.00000                 30               869
    I  need to print this billed Qty and Net value  only once in first line and it should not be deleted.
    I need the result like this
    Sales doc     Invoice No    Billed Qty    Net value                     Qtywith          material no
    5000              900             234774.00    456.00000                 65                     123
                                                                                    25                     456
                                                                                    35                     898
                                                                                    20                     496
    5001              901            634774.00    256.00000                 50                       746
                                                                                    10                       456
                                                                                    20                       545
                                                                                    30                       869               
    The same value should not be repeated for Billed Qty and Net Value.
    I can do that for Sales doc in sort order in layout but i couldn't do for Billed qty and Net Value.
    Please  help.

  • ALV: How do I suppress repeating values and page breaks on printed output?

    Good day, everyone!
    First, I've done a LOT of searching trying to find the answer to my question, but I'm not finding an answer.  If this has already been answered and you can point me to a URL, I would appreciate it.
    Here's my issue:  I have a rather simple ALV report.  It has the columns of Person ID, Personnel Number, For Period, In Period, and Amount.  I sort by Person ID and Personnel Number, and if the value repeats on the next line of the report, I want to suppress it (make it blank).
    I thought the answer was in the following code, where I set the GROUP attribute to asterisk:
      CLEAR sortcat_ln.
      sortcat_ln-spos      = '1'.
      sortcat_ln-fieldname = 'PERSONID_EXT'.
      sortcat_ln-up        = c_true.
      sortcat_ln-group     = '*'.
      APPEND sortcat_ln TO sortcat.
      CLEAR sortcat_ln.
      sortcat_ln-spos      = '2'.
      sortcat_ln-fieldname = 'PERNR'.
      sortcat_ln-up        = c_true.
      sortcat_ln-group     = '*'.
      APPEND sortcat_ln TO sortcat.
    It looks PERFECT on the screen -- the values are suppressed if they repeat, and everything appears together on one screen.  However, when I print the report, two things happen:  1) The values repeat on each row, even if they are the same, and 2) I get a page break after each Person ID / Personnel Number combination.
    I now realize that I can't use the GROUP attribute.  Is there some other way in ALV to blank these repeating values and keep all the rows together on one page, rather than page breaking after each value change?
    Thanks!
    Dave

    Hi
    Same requirement i had before, when i try to print preview. the output of the grid display is in grouping is ok, but when i print preview or print it doesnt cater the grouping and page breaks, so what i did i modify the internal table use in alv , after hitting the print preview/print with the format desired by the user. you can do that in user-command. see code below
    FORM user_command USING r_ucomm TYPE syucomm
                            rs_selfield TYPE slis_selfield.
      DATA lt_sort TYPE lvc_t_sort.
      CASE r_ucomm.
        WHEN '&RNT_PREV' OR '&RNT'.
          t_final_x[] = t_final[].
          PERFORM clear_redundant.
          PERFORM set_sort_criteria USING lt_sort.
        WHEN '&F03' OR '&PRINT_BACK_PREVIEW'.
          t_final[] = t_final_x[].
        WHEN OTHERS.
      ENDCASE.
    ENDFORM.                    "user_command
    hope it helps

  • No repeated values and in ascendant sort

    Hi all,
    I'm trying to put this:
    SELECT DISTINCT month FROM Concert ORDER BY month ASC;
    (no repeated values and in ascendant sort) into EJB-QL. This is what I've worked out:
    SELECT DISTINCT OBJECT(o)
    FROM Concert AS o
    ORDER BY o.month ASC
    (month is a field in the bean )
    But this (and several tries later) doesn't work.
    What's wrong with it??
    The query is for a findAll method -without- input parameters which returns a collection, is here the error??? If so, how can I solve it?
    I'm totally lost and frustrated, I'd really appreciate some light
    Thanks a lot in advance

    Your query is currect if table name and attribute name are currect.
    Can you write what type of error is comming?

  • Display Repeated Values in a Crosstab - Design Studio 1.2

    I've a report in Design Studio from a Bex query. There are repeated values in few columns which Design Studio 1.2 refuses to display.
    note: I've already unchecked the box "Hide Repeated Key Values" in the query properties of Bex query designer and i'm able to see repeated values when I open the query in Bex analyzer.
    Design studio would not display the repeated values in the crosstab.
    Anyone encountered and fixed a similar issue before?

    Hi Stephen,
    I was not able to resolve this issue, and I had to go ahead with values not being repeated.
    I think this is a limitation of Design Studio with no fix for it in v 1.3 either, unless someone could suggest otherwise.
    Regards,
    Abbas

  • I have SSRS parametarized report in that one data set have repeated values with query parameter . but while am mapping that query parameter to report parameter i need to pass distinct values. How can i resolve this

    I have SSRS parametarized report in that one data set have repeated values with query parameter . but while am mapping that query
    parameter to report parameter i need to pass distinct values. How can i resolve this

    Hi nancharaiah,
    If I understand correctly, you want to pass distinct values to report parameter. In Reporting Service, there are only three methods for parameter's Available Values:
    None
    Specify values
    Get values from a query
    If we utilize the third option that get values from a dataset query, then the all available values are from the returns of the dataset. So if we want to pass distinct values from a dataset, we need to make the dataset returns distinct values. The following
    sample is for your reference:
    Select distinct field_name  from table_name
    If you have any other questions, please feel free to ask.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Web Report - Hide Repeated Values

    My web report hides repeated values regardless of the query setting. 
    Is there any way to set a specific column to not hide repeated values?  Using the table API?
    Thanks!

    dear Kenneth,
    have you try to remove the check mark of properties 'suppress repeated text' in 'specific' section of your web item 'table' in web template ?
    or you can give parameter SUPPRESS_REPETITION_TEXTS for web item 'table' with value blank
    <param name='SUPPRESS_REPETITION_TEXTS' value=' '>
    doc may useful
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/13dc9190-0201-0010-71a4-a9f56cdfcc72
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/b1089290-0201-0010-288c-98e4d26487ee
    hope this helps.

  • Avoid repeating values in details section

    Hi,
    I have a report with a lot of formulas - depending on certain values in a certain Oracle database table values are summed up.
    The fields are therefore placed in the report footer.
    As I now have to insert a grouping I need to move the fields into the details section. However, I don't want to display each value there but only the sum - I would like to avoid repeating values in the details section.
    A formula looks like this:
    stringvar A1;
    if {OUR_TABLE_FIELD} = 1 then A1 := {OTHER_TABLE.OTHER_FIELD}
    Else A1:=A1;
    A1;
    Thanks!

    Add a suitable group and then display data in this group footer, suppress detail section. It will effectively show the last detail line and thus eliminate duplicates from view. However, data is still there so if you want to use summaries you will need to use Running totals to ensure duplicates are not counted/summed
    Ian

  • XMLAGG repeating values

    Hello, I've just started working with xml and am trying to merge 2 xml documents into a single document.
    The XmlAgg query is repeating the some of the data from the first xmltable.
    I've created a small example of what I am trying to do (is very basic example)
                Select  XMLELEMENT("Questionaire",
                          Xmlagg(
                            XMLELEMENT("Questions",
                              Xmlconcat(
                                Xmlforest(Question_Nbr As "QuestionNumber"
                                        , Question_Type As "QuestionType"
                                        , Question_Asked As "QuestionAsked")
                                        , Xmlelement("QuestionAnswer",Question_Ans)
                                       ))Order By Id)) QT
                From (Select Qt.Id, Qa.Question_Nbr, Qt.Question_Type, Qt.Question_Asked, Qa.Question_Ans
                      From Xmltable ('/Test/Questions/question' Passing Xmltype('<Test><Questions><question><type>general</type><asked>Are you ok</asked></question><question><type>specific</type><asked>Do you know why not working</asked></question></Questions></Test>')
                              COLUMNS
                                  Id For Ordinality
                                , Question_Type Varchar2(100) Path 'type'
                                , Question_Asked varchar2(100) path 'asked') Qt
                      inner join   XMLTABLE ('/Results/question' PASSING XMLTYPE('<Results><question><nbr>1</nbr><ans>Yes</ans></question><question><nbr>2</nbr><ans>No</ans></question></Results>')
                              COLUMNS
                                  Id For Ordinality
                                , Question_Nbr Number Path 'nbr'
                                , Question_Ans varchar2(100) path 'ans') Qa
                      ON Qt.Id = Qa.Id);produces the following: QuestionNumber is 2 in both Questions/QuestionNumber (more nodes = more repeated values)
    <Questionaire>
      <Questions>
        <QuestionNumber>2</QuestionNumber>
        <QuestionType>general</QuestionType>
        <QuestionAsked>Are you ok</QuestionAsked>
        <QuestionAnswer>Yes</QuestionAnswer>
      </Questions>
      <Questions>
        <QuestionNumber>2</QuestionNumber>
        <QuestionType>specific</QuestionType>
        <QuestionAsked>Do you know why not working</QuestionAsked>
        <QuestionAnswer>No</QuestionAnswer>
      </Questions>
    </Questionaire>Running the inner query produces 2 rows with the correct data.
    Select Qt.Id, Qa.Question_Nbr, Qt.Question_Type, Qt.Question_Asked, Qa.Question_Ans
                      From Xmltable ('/Test/Questions/question' Passing Xmltype('<Test><Questions><question><type>general</type><asked>Are you ok</asked></question><question><type>specific</type><asked>Do you know why not working</asked></question></Questions></Test>')
                              COLUMNS
                                  Id For Ordinality
                                , Question_Type Varchar2(100) Path 'type'
                                , Question_Asked varchar2(100) path 'asked') Qt
                      inner join   XMLTABLE ('/Results/question' PASSING XMLTYPE('<Results><question><nbr>1</nbr><ans>Yes</ans></question><question><nbr>2</nbr><ans>No</ans></question></Results>')
                              COLUMNS
                                  Id For Ordinality
                                , Question_Nbr Number Path 'nbr'
                                , Question_Ans varchar2(100) path 'ans') Qa
                      ON Qt.Id = Qa.IdQUESTION_NBR | QUESTION_TYPE | QUESTION_ASKED | QUESTION_ANS
    1 | general | Are you ok | Yes
    2 | specific | Do you know why not working | no
    database version:
    Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - 64bit Production
    PL/SQL Release 11.1.0.7.0 - Production
    "CORE     11.1.0.7.0     Production"
    TNS for Linux: Version 11.1.0.7.0 - Production
    NLSRTL Version 11.1.0.7.0 - Production
    Can anyone point out where my query has gone wrong.
    Thanks
    Mike.

    Hi Mike,
    Your query is OK and I don't reproduce on versions 10.2.0.5 and 11.2.0.2, so unless you're not telling us everything it must be a bug in your version.
    I'm just stabbing in the dark but try removing XMLConcat, you don't need it here :
    Select XMLELEMENT("Questionaire",
             Xmlagg(
               XMLELEMENT("Questions",
                 Xmlforest(Question_Nbr As "QuestionNumber"
                         , Question_Type As "QuestionType"
                         , Question_Asked As "QuestionAsked"
                         , Question_Ans as "QuestionAnswer")
                ) Order By Id
            ) QT
    From (
    ...Alternatively, a single XQuery should do the job too :
    SQL> SELECT XMLSerialize(document qt as clob indent) qt
      2  FROM XMLTable(
      3  '<Questionaire>
      4   {
      5     for $i at $qn in $qst/Test/Questions/question
      6       , $j at $rn in $res/Results/question
      7     where $rn = $qn
      8     return element Questions {
      9       element QuestionNumber {data($j/nbr)}
    10     , element QuestionType   {data($i/type)}
    11     , element QuestionAsked  {data($i/asked)}
    12     , element QuestionAnswer {data($j/ans)}
    13     }
    14   }
    15   </Questionaire>'
    16    passing xmltype('<Test>
    17   <Questions>
    18    <question><type>general</type><asked>Are you ok</asked></question>
    19    <question><type>specific</type><asked>Do you know why not working</asked></question>
    20   </Questions>
    21  </Test>') as "qst"
    22  , xmltype('<Results>
    23   <question><nbr>1</nbr><ans>Yes</ans></question>
    24   <question><nbr>2</nbr><ans>No</ans></question>
    25  </Results>') as "res"
    26  columns qt xmltype path '.'
    27  );
    QT
    <Questionaire>
      <Questions>
        <QuestionNumber>1</QuestionNumber>
        <QuestionType>general</QuestionType>
        <QuestionAsked>Are you ok</QuestionAsked>
        <QuestionAnswer>Yes</QuestionAnswer>
      </Questions>
      <Questions>
        <QuestionNumber>2</QuestionNumber>
        <QuestionType>specific</QuestionType>
        <QuestionAsked>Do you know why not working</QuestionAsked>
        <QuestionAnswer>No</QuestionAnswer>
      </Questions>
    </Questionaire>

  • Report csv contains nothing but OMIT repeatedly

    I have a report whose behavior I cannot explain. It is a based SQL Query based report. When I enable export to CSV, the resulting file contains a single cell with the word OMIT repeated over and over again.
    The query is nothing special.
    select t.name "Site Name",
    t.prmt_id "Permit",
    t.efctv_dt "Effective Date",
    t.cd "Status",
    sf.disturb_acres "Dist. Acres",
    case
    when t.loc_addr2 is null
    then t.loc_addr1
    else t.loc_addr1||' '||loc_addr2
    end "Site Address",
    cnty.name "Site County",
    t.loc_city_name "Site City",
    t.fac_id,t.sect_id,
    cf.CNTCT_NAME "Contact Name",
    c.name "Mail Company",
    case when c.MAIL_ADDR2 is null
      then c.MAIL_ADDR1
      else c.MAIL_ADDR1||' '|| c.MAIL_ADDR2
      end "Mail Address",
    c.MAIL_CITY_NAME "Mail City",
    c.MAIL_STATE_CD "Mail State",
    case when c.MAIL_ZIP4_CD is null
    then c.MAIL_ZIP_CD
    else c.MAIL_ZIP_CD||'-'||c.MAIL_ZIP4_CD
    end "Mail Zip"
    from v_tim_old t, cnty, stmwtr_fac sf, cmpy_fac cf, cmpy c
    where t.loc_cnty_cd=cnty.cd
    and t.fac_type_cd='C'
    and t.fac_id=sf.fac_id(+)
    and t.sect_id=sf.fac_sect_id(+)
    and t.fac_id=cf.fac_id(+)
    and t.sect_id=cf.fac_sect_id(+)
    and cf.cmpy_seqno=c.seqno
    and c.seqno=(select min(cmpy_seqno) from cmpy_fac cf1 where t.fac_id=cf1.fac_id and t.sect_id=cf1.fac_sect_id)
    and instr(t.name,'DOT') >1
    and cf.RELTN_TYPE_CD='OP'The output does not contain any column headings and cell A2 contains:
    OMITOMITOMITOMITOMITOMITOMITOMITOMITOMITOMITOMITOMITOMITOMITOMITOMITOMITOMITOMITOMITOMITOMITOMITOMITOMITOMITOMITOMITOMITOMITOMITOMITOMITOMITOMITOMITOMITOMITOMITOMITOMITOMITOMITOMITOMITOMITOMITOMITOMITOMITOMITOMITOMITOMITOMITOMITOMITOMITOMITOMITOMITOMITOMITOMITOMITOMITOMITOMITOMITOMITOMITOMITOMITOMITOMITOMITOMITOMITOMITOMITOMITOMITOMITOMITOMITOMITOMITOMITOMITOMITOMITOMITOMITOMITOMITOMITOMITOMITOMITOMITOMITOMITOMITOMITOMITOMITOMITOMITOMITOMITOMITOMITOMITOMITOMITOMITOMITOMITOMITOMITOMITOMITOMITOMITOMITOMITOMITOMITOMITOMITOMITOMITOMITOMITOMITOMITOMITOMITOMITI verified and all of the columns are marked include in export. This is the only report that this happens to.
    Apex: 3.1.0.00.32
    Database: 10.1.0.3 and 10.2.0.3
    I am a little baffled.
    Tony

    Marc -
    Thanks for the reply. I will try to get something posted on apex.oracle.com in the next on Friday and let you know.
    I did do a search for the string OMIT in my output and didn't find anything, I may have missed something.
    Here are the results from the query:
    Site Name     Permit     Effective Date     Status     Dist. Acres     Site Address     Site County     Site City     Contact Name     Mail Company     Mail Address     Mail City     Mail State     Mail Zip
    WSDOT SPRINGBROOK CREEK MITIGATION     WAR006861A     30-May-06     A     61.2     S OF SW 27TH ST & W OF LIND AVE SW     KING     RENTON     ALLISON RAY     WSDOT     I405 PROJECT OFFICE 600 108TH AVE NE SUITE 405     BELLEVUE     WA     98004
    WSDOT 112TH AVE SE TO I-90 PROJECT     WAR006894A     10-Jul-06     A     7.5     BEGINS AT I405 & 112TH AVE SE INTER TO JUST N OF I-405 & I-90 INTERCHAN     KING     BELLEVUE     ALLISON RAY     WSDOT     415 118TH AVENUE SE     BELLEVUE     WA     98005
    WSDOT I-90 TWO-WAY TRANSIT & HOV OP     WAR006899A     20-Jul-06     A     8.9     ON I-90 B/W SEATTLE AND I-405     KING     BELLEVUE     SASHA VISCONTY     WSDOT     URBAN CORRIDORS OFFICE 401 2ND AVE S, SUITE 560     SEATTLE     WA     98104
    WSDOT SPRING VALLEY RESTORATION     WAR006905A     24-Jul-06     A     5.7     ADJACENT TO 530 S 373RD ST     KING     FEDERAL WAY     MICHELLE BRITTON     WSDOT     6639 CAPITOL BLVD SW SUITE 302     TUMWATER     WA     98504
    WSDOT I-405 SE 8TH TO I-90     WAR006949A     25-Sep-06     A     35     2 MI PORTION OF I-405 N SIDE I-405 /I-90 INTRECHANGE TO SE 8TH ST     KING     BELLEVUE     ALLISON RAY     WSDOT     I405 PROJECT OFFICE 600 108TH AVE NE SUITE 405     BELLEVUE     WA     98004
    WSDOT HOSTMARK ST TO BOND RD - HOV     WAR006963A     27-Jan-06     A     24     SR 305 (MP 11.17 TO MP 12.82)     KITSAP     POULSBO     TOM WHITNEY     WSDOT     P.O. BOX 47417     TUMWATER     WA     98504-7417
    WSDOT SR 20 SIDNEY ST TO SCENIC RD     WAR006994A     8-Feb-06     A     7.9     SR 20 SIDNEY ST TO SCENIC RD     ISLAND     WHIDBEY ISLAND     DAVE CRISMAN     WA STATE DEPT OF TRANSPORTATION     P.O. BOX 330310     SEATTLE     WA     98133-9710
    WSDOT NE 10TH BRIDGE CROSSING     WAR007044A     30-Mar-06     A     4.5     NE 10TH BETWEEN 112TH AVE NE & 116TH AVE NE     KING     BELLEVUE     ALLISON RAY     DEPARTMENT OF TRANSPORTATION     600 108TH AVE NE STE 405     BELLEVUE     WA     98004
    WSDOT I90 BOYLSTON RD VANTAGE & RYE     WAR009356A     7-Mar-07     A     6.7     I-90 MILEPOST 121.96 TO MP 137.20     KITTITAS     VANTAGE     WILL SMITH     WSDOT     PO BOX 12560     YAKIMA     WA     98909
    WSDOT I-5/SR 502 INTERCHANGE     WAR009363A     14-Mar-07     A     100     I-5 MILEPOST 10.29 TO MP 12.27 SR 502 MP O TO MP 1.20     CLARK     VANCOUVER     BECKY MICHALISZYN     WSDOT     11018 NE 51ST CIRCLE     VANCOUVER     WA     98682
    WSDOT 1-5 RUSH RD/13TH ST WIDENING     WAR009364A     14-Mar-07     A     30     I-5 MP 72.81 TO MP 76.55     LEWIS     CHEHALIS     BECKY MICHALISZYN     WSDOT     PO BOX 1709     VANCOUVER     WA     98668
    WSDOT UW BOTHELL SOUTH ACCESS     WAR009386A     9-Apr-07     A     12.26     SR 522 & KAYSNER WY INTERSECTION TO SR 522 & NORTH CREEK BRIDGE     KING     BOTHELL     MARLIN LENSSEN     WSDOT     9021 EL CAPITAN WAY     EVERETT     WA     98208-3637
    WSDOT SR518  AIRPORT TO I-5/405 I/C     WAR009446A     18-May-07     A     7.5     EASTBOUND SIDE OF SR518 SEATAC AIRPORT TO I-5/1-405 INTERCHANGE     KING     TUKWILA     ALAN DYER     WSDOT     21851 84TH AVE S     KENT     WA     98032-1958
    WSDOT SR 202/JCT SR 203 ROUNDABOUT     WAR009453A     21-May-07     A     1.76     INTERSECTION OF SR 202 & SR 203     KING     FALL CITY     DAVID LINDBERG     WSDOT     12277 134TH CT NE SUITE 200     REDMOND     WA     98052
    WSDOT I 5 EVERETT HOV LANES PROJECT     WAR006454B     16-Dec-05     A     80     INTERSTATE 5 MP 189.3-194.3     SNOHOMISH     EVERETT     JOHN VIRGIN     ATKINSON CONSTRUCTION     2802 WETMORE AVE SUITE 500     EVERETT     WA     98201
    WSDOT SO EVERETT FREEWAY STA-112TH     WAR006492B     16-Dec-05     A     30     BETWEEN MP 187.10 & MP 189.2 IN MEDIAN BTN N/S BOUND LNS OF I-5     SNOHOMISH     EVERETT     BEN BROWN     WASHINGTON STATE DOT     PO BOX 330310     SEATTLE     WA     98133-9710
    WSDOT US 101 WALKER VICINITY LANES     WAR009123A     5-Jan-07     A     5.8     SEE DESCRIPTION     JEFFERSON     QUILCENE     JERRY MOORE     WSDOT     1707 SOUTH "C" STREET     PORT ANGELES     WA     98363
    WSDOT SR16 TACOMA NARROWS BRIDGE     WAR009257A     25-Jun-07     A     1.2     SR16 MP 4.03 - MP 4.36     PIERCE     TACOMA (WRIA 12)     JEFF CARPENTER     WASHINGTON STATE DOT     3214 50TH ST. CT. NW, #302     GIG HARBOR     WA     98335
    WSDOT SR 9/108TH ST (LAUCK RD)     WAR009283A     16-Jan-07     A     2.2     SR 9 & 108TH ST (LAUCK RD) MP 21.78 TI MP22.02     SNOHOMISH     MARYSVILLE     MARLIN LENSSEN     WSDOT     9021 EL CAPITAN WAY     EVERETT     WA     98208-3637
    WSDOT SR 520 WLAKE SAMM TO SR 202     WAR009318A     12-Feb-07     A     10.2     SR 520 MP 12.23 TO 12.83     KING     REDMOND     BENJAMIN BROWN     WSDOT     15700 DAYTON AVE N PO BOX 330310     SEATTLE     WA     98133-9710
    WSDOT SR3/SR303 WAAGA WAY I/C     WAR006166B     16-Dec-05     A     24     SR3 MP 45.23-46.23 & SR 303 MP 8.50 TO 8.95     KITSAP     SILVERDALE     GORDON ROYCROFT     WA STATE DEPT OF TRANSPORTATION     PO BOX 47417     OLYMPIA     WA     98504-7417
    SEATTLE DOT 14TH AVE S ST IMPROVE     WAR010441A     13-Mar-08     A     1.8     14TH AVE S BETWEEN S CLOVERDALE & S DIRECTOR ST     KING     SEATTLE     CHADD NOVICH     SEATTLE CITY SPU     8100 SECOND AVE SOUTH     SEATTLE     WA     98124-4023
    WSDOT - S MASSACHUSETTS TO RAILROAD     WAR010454A     24-Mar-08     A     1.5     S MASSACHUSETTS, RAILROAD WAY S, COLORADO AVE S S ATLANTIC ST,     KING     SEATTLE     ALLISON HANSON     WSDOT     99 THIRD AVE STE 2424     SEATTLE     WA     98104
    WSDOT US 101/SR 3 RAMP TO US 101 NB     WAR009848A     28-Sep-07     A     4     US 101/SR 3 INTERS MILE POST 349.18 TO MP 348.82     MASON     SHELTON (WRIA 14)     KEVIN DAYTON     WSDOT     PO BOX 47440     OLYMPIA     WA     98504-7440
    WSDOT SR 161/SR167 E RAMPS - SAFETY     WAR009982A     9-Jan-08     A     2.76     11203 BRIDGEPORT WAY SW     PIERCE     LAKEWOOD     JEFF SAWYER     WSDOT     150 ISREAL ROAD SW FL 4     TUMWATER     WA     98504-7417
    WSDOT SR 16 BURLEY-OLLALA I/C     WAR009996A     31-Jan-08     A     23     SR 16 MP 19.47 - 20.52     KITSAP     PORT ORCHARD          WSDOT     PO BOX 47417     OLYMPIA     WA     98504-7417
    WSDOT SR 20 TROXELL RD TO CORNET BA     WAR006045B     16-Dec-05     A     18     SR 20 MP 39.92 AND MP 41.41     ISLAND     OAK HARBOR     AARON WILLIAMS     WA STATE DEPT OF TRANSPORTATION     PO BOX 330310, MS 138     SEATTLE     WA     98133
    WSDOT I405, I 5 TO SR-169 WIDENING     WAR006736A     12-Dec-06     A     50     3.9M FROM THE I-405/I-5 INTERCHANGE     KING     TUKWILA     ALLISON RAY     WA STATE DEPT OF TRANSPORTATION     I-405 PROJECT OFFICE 600 108TH AVENUE NE SUITE 405     BELLEVUE     WA     98004
    WSDOT SR 509/518 INTCHNG SAFETY IMP     WAR006750A     2-Jan-07     A     2.034     SR 509/518 INTERCHANGE MP 0.0 TO MP 0.1     KING     BURIEN     STANLEY ENG     WSDOT     21851 84TH AVE S     KENT     WA     98032-1958
    WSDOT SR 509/518 INTCHNG SAFETY IMP     WAR006750A     2-Jan-07     A     2.034     SR 509/518 INTERCHANGE MP 0.0 TO MP 0.1     KING     BURIEN     STANLEY ENG     WSDOT     21851 84TH AVE S     KENT     WA     98032-1958
    WSDOT I-5 124TH CYCLE/PEDEST CROSS     WAR006752A     2-Jan-07     A     2.2     I-5 124TH ST MP 186.4-MP 186.8     SNOHOMISH     EVERETT     MARLIN LENSSEN     WSDOT     9021 EL CAPITAN WAY     EVERETT     WA     98208-3637
    WSDOT SR 509 S 200TH ST TO S176TH     WAR006812A     27-Feb-06     A     92     SR 509 S 200TH ST TO S 176TH ST     KING     SEATAC     KIMBERLY FARLEY     WDOT     401 2ND AVE S STE 560     SEATTLE     WA     98104-2887
    WSDOT SR 9  SR 522 TO 212TH ST     WAR006101B     16-Dec-05     A     28.2     SR 9  SR 522 TO 212TH ST     KING     WOODINVILLE     JOHN CHI, P.E.     WA STATE DEPT OF TRANSPORTATION     PO BOX 330310, MS 138     SEATTLE     WA     98133-9710
    WSDOT I-205/MILL PLAIN EXIT     WAR008923A     8-Jan-08     A     7.4     1-205/MILL PLAIN EXIT (NE 112TH CON     CLARK     VANCOUVER     BART GERNHART     WASH DEPARTMENT OF TRANSPORTATION     PO BOX 1709     VANCOUVER     WA     98668
    WSDOT I-5 EBEY SLOUGH BR     WAR007286A     1-May-06     A     2.8     I-5 MEDIAN MP 198.89 TO 209.31 MP 198.89 TO 199.34     SNOHOMISH     MARYSVILLE          WA STATE DEPT OF TRANSPORTATION     9025 EL CAPITAN WAY     EVERETT     WA     98208
    WSDOT SR202 ROADWAY CAPACITY     WAR005880B     16-Dec-05     A     60.51     FROM SR520 TO SAHALEE WAY     KING     REDMOND     MR. BEN BROWN     WA STATE DEPT OF TRANSPORTATION     PO BOX 330310, MS 138     SEATTLE     WA     98133
    WSDOT SR 16 36TH ST-OLYMPIC DR NW     WAR005916B     16-Dec-05     A     8     MP 9.35 TO 11.20     PIERCE     GIG HARBOR     JEFF SAWYER     WA STATE DEPT OF TRANSPORTATION     PO BOX 41112     OLYMPIA     WA     98504
    WSDOT SR 270 PULLMAN TO IDAHO     WAR007169A     27-Mar-06     A     75     SR 270 MP 3.69 TO 9.96     WHITMAN     PULLMAN     MIKE PEA     WA STATE DEPT OF TRANSPORTATION     12560, YAKIMA     POMEROY     WA     99207-2090
    WSDOT TOTEM LAKE INTERCHANGE     WAR005933B     16-Dec-05     A     33.1     I-405 BETWEEN NE 118TH ST & NE 137T W TO 116TH AVE NE & E TO TOTEM LK B     KING     KIRKLAND     BEN BROWN     WA STATE DEPT OF TRANSPORTATION     PO BOX 330310, MS 138     SEATTLE     WA     98133
    WSDOT SR 240/I-182 TO COLUMBIA CTR     WAR005961B     16-Dec-05     A     82.6     SR 240 MP 36.05 TO 38.90     BENTON     RICHLAND     DON WHITEHOUSE, P.E.     WA STATE DEPT OF TRANSPORTATION     PO BOX 12560     YAKIMA     WA     98909
    WSDOT SR 5 S 48TH - PACIFIC AVE HOV     WAR005983B     16-Dec-05     A     30     SR 5 MILEPOST 131.17 TO 13364     PIERCE     TACOMA (WRIA 10)     JEFF SAWYER     WA STATE DEPT OF TRANSPORTATION     PO BOX 47417     OLYMPIA     WA     98504
    WSDOT SR7 SR507 TO SR512 SAFETY     WAR005990B     16-Dec-05     A     12.88     SR7 BETWEEN MP 47.44 & 52.30     PIERCE     SPANAWAY     THOMAS WHITNEY     WA. STATE DEPT. OF TRANSPORTATION     PO BOX 47417     OLYMPIA     WA     98504
    WSDOT SR 24 I-82 TO KEYS RD     WAR005994B     16-Dec-05     A     60     SR 24 MP -0.15 TO 1.53     YAKIMA     YAKIMA (WRIA 37)     DON WHITEHOUSE, P.E.     WA STATE DEPT OF TRANSPORTATION     PO BOX 12560     YAKIMA     WA     98909
    WSDOT SR 539 HORTON RD - TENMILE RD     WA0032115A     1-Apr-06     A          SR 539 MP 1.64 HORTON RD TO MP 6.26 TENMILE RD     WHATCOM     BELLINGHAM          WA STATE DEPT OF TRANSPORTATION     PO BOX 330310 MS 138 NORTHWEST REGION     SEATTLE     WA     98133-9710
    WSDOT SR 20 FREDONIA TO I-5 STAGE 2     WAR010013A     19-Dec-07     A     54     SR 20 MP 56.25 TO MP 59.85 I-5 MP 228.82-230.58     SKAGIT     BURLINGTON     DAVE CRISMAN     WA STATE DEPART OF TRANSPORTATION     1109 EAST HICKOX ROAD PO BOX 330310     MT VERNON     WA     98274
    WSDOT SR 9 176TH ST SE TO MARSH RD     WAR010014A     19-Dec-07     A     29.5     SR 9 MP 4.22 TO MP 8.88     SNOHOMISH     SNOHOMISH     JOHN CHI     WA STATE DEPART OF TRANSPORTATION     1715 228TH STREET SUITE 106     BOTHELL     WA     98021
    WSDOT SR 542 BRUCE/BAPTIST CREEKS     WAR010057A     24-Jan-08     A     2.83     SR 542 MP 27.85 TO 28.25     WHATCOM     MAPLE FALLS     WSDOT     WSDOT     1415 PACIFIC DRIVE     BURLINGTON     WA     98233
    WSDOT I-5/116TH ST NE INTERCH PH 2     WAR010059A     29-Jan-08     A     4     116 ST NE (1-5 ONRAMPS & QUIL CEDA)     SNOHOMISH     TULALIP     MARLIN LENSSEN     WSDOT     9012 EL CAPITAN WAY     EVERETT     WA     98208
    WSDOT SR 2 WENATCHEE PEDESTRIAN     WAR010062A     29-Jan-08     A     3.06     SR 2 MP 119.69 TO 120.06     CHELAN     WENATCHEE     KEVIN WALIGORSKI     WA STATE DEPART OF TRANSPORTATION     PO BOX 98     WENATCHEE     WA     98807
    WSDOT SR 539/ HORTON RD TO SR 546     WAR010070A     4-Feb-08     A     39.2     SR 9 2.3 MILES S VAN ZANDT     WHATCOM     DEMING     JANICE MARLEGA     WA STATE DEPART OF TRANSPORTATION     1415 PACIFIC DRIVE     BURLINGTON     WA     98233
    WSDOT US HIGHWAY 12 FRENCHTOWN     WAR010109A     10-Mar-08     A     190     FRENCHTOWN MP 327.2 TO 335.6     WALLA WALLA     WALLA WALLA     GARY BEEMAN     WASINGTON DEPART OF TRANSPORTATION     2809 RUDKIN ROAD PO BOX 12560     UNION GAP     WA     98903-2560
    WSDOT PESHASTIN EAST INTERCHANGE     WAR010176A     11-Dec-07     A     14     INTERSECTION OF HWYS 2 & 9     CHELAN     PESHASTIN     MIKE FLEMING     WSDOT     PO BOX 98     WENATCHEE     WA     98807
    WSDOT I-5 / GRAND MOUND TO MAYTOWN     WAR009709A     22-Oct-07     A     142     I-5, MP 86 - MP 97     THURSTON     ROCHESTER     KEVIN DAYTON     WSDOT     PO BOX 47440     OLYMPIA     WA     98504-7417
    WSDOT STATE ROUTE 530 SAUK RIVER     WAR009740A     7-Nov-07     A     2.3     STATE ROUTE 530 FROM MILEPOST 55.50 TO 55.99     SKAGIT     ROCKPORT     WSDOT     WA STATE DEPT OF TRANSPORTATION     1415 PACIFIC DRIVE     BURLINGTON     WA     98233-3312
    WSDOT I-5/5TH AVE NE TO NE 92ND     WAR009756A     16-Nov-07     A     2.9     SEE DESCRIPTION     KING     SEATTLE     ERIN FLETCHER     WSDOT     600 STEWART ST, SUITE 520     SEATTLE     WA     98101
    WSDOT STATION CAMP     WAR005660B     16-Dec-05     A     14.31     BETWEEN MP 1.85 & 2.30 OF  HWY 101     PACIFIC     CHINOOK     WSDOT DAVID NICANDRI     WA STATE OFFICE OF GENERAL ADMINIST     PO BOX 41012     OLYMPIA     WA     98504
    WSDOT SR16 UNION AVE TO JACKSON AVE     WAR005672B     16-Dec-05     A     64     MP 0.85 TO 4.67     PIERCE     TACOMA (WRIA 10)     TOM WHITNEY     WA STATE DEPT OF TRANSPORTATION     PO BOX 47417     OLYMPIA     WA     98504
    WSDOT PIONEER WAY TO STRATFORD RD     WAR007510A     31-Jul-06     A     70     SR 17 MP 51.93 TO 55.03     GRANT     MOSES LAKE     SHAUN HONEYCUTT     WA STATE DEPT OF TRANSPORTATION     PO BOX 98     WENATCHEE     WA     98807-0098
    WSDOT HOOD CANAL BRIDGE E & W     WAR004737B     16-Dec-05     A     15.4     SR 104 MP 13.93 AND MP 15.42     KITSAP     PORT GAMBLE     TOM CUSHMAN     WA STATE DEPT OF TRANSPORTATION     PO BOX 47440     OLYMPIA     WA     98504
    WSDOT PORT ANGELES GRAVING DOCK     WAR005132B     16-Dec-05     A     22     1500 MARINE DR. PAPER MILL ON PA HARBOR     CLALLAM     PORT ANGELES     JERRY MOORE     WA STATE DEPT OF TRANSPORTATION     PO BOX 47440     OLYMPIA     WA     98504
    WSDOT BREMERTON PEDESTRIAN TRANS.     WAR007660A     2-Oct-06     A     6.3     210 1ST ST     KITSAP     BREMERTON     RAY ARNOLD     WSDOT     8239 SPRING CREEK RD SE     PORT ORCHARD     WA     98367
    WSDOT SR 20 FREDONIA TO 1-5     WAR007688A     14-Nov-06     A     47     WSDOT SR 20 MILEPOST 54.44     SKAGIT     BURLINGTON     BENJAMIN BROWN     WSDOT     21851 84TH AVE S     KENT     WA     98032-1958
    WSDOT SR 3/IMPERIAL - SUNNYSLOPE RD     WAR007701A     1-Dec-06     A     4     SR3 MP 31 TO 32.5     KITSAP     GORST     HOWARD DIEP     WSDOT     8239 SPRING CREEK RD SE     PORT ORCHARD     WA     98367
    WSDOT SR 167 MP 13.25 TO 24.97     WAR008749A     23-Jan-06     A     45     SR 167 MILEPOST 13 TO 24     KING     KENT     BENJAMIN BROWN     WSDOT     15700 DAYTON AVE N NB82 138     SEATTLE     WA     98133-9710
    WSDOT SR 9 SCHLOMAN RD TO 256TH ST     WAR008791A     13-Nov-06     A     25.85     SR 9 FROM SCHLOMAN RD TO 256TH ST NE VIC & 268TH ST NE I/S     SNOHOMISH     ARLINGTON     MARLIN LENSSEN     WSDOT     9021 EL CAPITAN WAY     EVERETT     WA     98208-3637
    WSDOT US 12 CLEMONS RD INTERSECTION     WAR008800A     22-Oct-07     A     2.75     US 12 MP 7 TO MP 8     GRAYS HARBOR     MONTESANO     KEVIN DAYTON     WSDOT OLYMPIA     PO BOX 47440     OLYMPIA     WA     98504-7440
    WSDOT I-5 KELSO VICINITY MEDIAN     WAR008804A     9-Nov-07     A     4     I-5 MILEPOST 37.49 TO 40.69     COWLITZ     KELSO     BART GERNHART     WA STATE DEPART OF TRANSPORTATION     PO BOX 1709     VANCOUVER     WA     98668
    WSDOT I-5 CASTLE ROCK TO SR 505     WAR008805A     9-Nov-07     A     1.51     NEAR INTERSTATE 5 AND SR 505     COWLITZ     CASTLE ROCK     BART GERNHART     WA STATE DEPART OF TRANSPORTATION     PO BOX 1709     VANCOUVER     WA     98668
    WSDOT PURDY CREEK BRIDGE REPLACEMEN     WAR008821A     25-Jan-08     A          HWY 101 & PURDY CUTOFF & SKOKOMISH     MASON     SHELTON (WRIA 16)     JEFF SAWYER     WSDOT     PO BOX 47417     OLYMPIA     WA     98504-7417
    WSDOT SR542/BOULDER CR BRIDG 542/29     WAR009030A     25-Apr-07     A     4.3     SR 542, FROM MP 28.10 TO MP 28.52 NEAREST TOWN IS MAPLE FALLS     WHATCOM     MAPLE FALLS     DAVE CRISMAN     WSDOT     1109 E HICKOX RD     MOUNT VERNON     WA     98274-7775
    WSDOT US 101 BLYN VICINITY PASSING     WAR010351A     26-Mar-08     A     6     US 101 MP 272.33 TO MP 272.94     CLALLAM     BLYN     JEFF SAWYER     WSDOT     PO BOX 47417     OLYMPIA     WA     98504Tony

  • Error: OQ78YWIW when repeating values in a pivot

    All,
    I'm receiving the following error on a pivot table:
    Assertion failure: rTotalPosition.tCellInfo.iLayerCell != rTotalPosition.tCellInfo.iEndLayerCell at line 310 of e:\views_e\nightly\sun\10134\windows\vobs\080726.1900\analytics_web\main\project\webpivotview\edgeiteratordef.h
    Error Details
    Error Codes: OQ78YWIW
    I get this when I set the column's value suppression to 'Repeat' - customer's request. I don't have this problem when the value suppresion is set to 'Suppress' (the 'Default').
    The pivot has 4 columns in the rows, 3 of which have subtotals.
    Any suggestion?
    Thanks in advance!

    Thanks for the reply, KK.
    I might have missed the point on something reading the link article, but, the article is suggesting how to select multiple columns in the column selector view. I'm just getting the error with a simple pivot with subtotals that have repeating values set for some of the four columns in the 'row' portion of the pivot.

  • Pivot Table - Hide Repeated Values

    Page 131 of the Answers user guide refers to a 'Hide Repeated Values' setting for pivot tables. I don't see this anywhere. Please help!

    Hi,
    you can find 'Hide Repeated Values' in option menu of a column dragged and dropped in Section.
    Regards
    Cosimo

  • Hide Repeated Values

    In the 'Hide Repeated Values' under the 'display' tab in query properties, I want this to be permanently switched off. Is there a default setting I can change.
    Many Thanks,
    Mike

    Hi mike,
    Did you find a way to do it? We are facing exactly the same requirements?
    Thanks,
    Nili singer

  • Repeating Values on axis (SSRS Chart)

    Hi ,
         i have repeating values on axis .i am not sure sure how to get rid of this problem.i did workaround like changing interval property expression to iif(max(count(Fileld))<4,1,0) but it didn't help.i have attached  image file
    for reference .

    Hi Zamin,
    From your screenshot, it seems that the interval of the axis is 0.5, and the "Decimal places" was set to 0 in the “Number” tab, right? So 0.5 becomes 1 and 1.5 becomes 2. To avoid this issue, please set the "Decimal places" to 1 in the “Number” tab.
    If you have any questions, please feel free to ask.
    Regards,
    Charlie Liao
    TechNet Community Support

Maybe you are looking for

  • Non-static variable change cannot be referenced from a static context

    My compiler says: : non-static variable change cannot be referenced from a static context when i try to compile this. Why is it happening? public class change{   int coin[] = {1,5,10,25,50};   int change=0;   public static void main(){     int val =

  • Copy clips in iMovie

    I'm trying to copy a clip and put it into a new event but want to keep the original clip  in the original event. This is not working no matter what I do. I try clicking and holding option, I tried to copy and then paste it.  Nothing is working. Would

  • How to create a JMS persistent file store using WLST in WLS 9.0?

    Anybody have a good example of this? When I try to create a fileStore and set it on my jms server I am getting the following error: "TypeError: setPersistentStore(): 1st arg can't be coerced to weblogic.management.configuration.PersistentStoreMBean'

  • Spanish Question Marks and Dollar signs

    Every time one of my friends (using a Razr on ATT) sends me a sms with a dollar sign it shows up as an upside down question mark. My settings are for English, US (as delivered by ATT). What's up with that? Anyone else seeing this?

  • Loading/unLoading XML data

    Hello, I have an accordion style btn that expands and contracts base on the user's cursor. When the btn expands it loads an external XML file. The problem I'm having is that after the btn contracts the loaded XML content is still in place. Is there a