Inline Tables Bug

In Pages,
(1) Create a document with a fair amount of text in it. Say a page full.
(2) Select all the text.
(3) Go to the "Text Inspector."
(4) Change the "Line Spacing" from "Single" to "Exactly" (Exactly anything.)
(5) Insert a Table - Inline.
(6) The table overlays the text. This seems like a bug. Anyone know of a fix?
Thanks, in advance.

Hello
I get the same behavior.
I must add that the table appears to have a transparent background.
I wish to add that after that, I am no longer able to change the status of a newly created table.
It's created inline and clicking on the "floating" button changes nothing.
I will restart the machine to see if this odd behavior disappear.
Bingo. Restarting clears the problem.
I must add that the odd behavior is not installed in the app but in the system itself.
I made the experiment in my French Pages and, when I ran the English one which was not loaded before, it was suffering of the same oddity (not a problem with the preferences files because my English Pages uses its own preferences file due to a bit of surgery).
I will write a bug report.
It appears that the problem strikes under Tiger (here) as wel as under Leopard (the OP is using 10.5.2)
Yvan KOENIG (from FRANCE jeudi 8 mai 2008 09:57:20)

Similar Messages

  • How to Create Inline Table to Display Detail Data in a Master Table in 11g?

    Hi,
    I have a requirement to create inline table inside master table to show data.
    I found this 10g article for this http://download.oracle.com/docs/cd/B31017_01/web.1013/b28967/web_masterdetail006.htm#BABCDCGE
    I couldn't find such option in 11g. Am i missing something? Please let me know where i can find more details.
    Required Output:
    [+] DepartmentId DepartmentName
    [-] DepartmentId DepartmentName
    EmployeeId FirstName LastName
    EmployeeId FirstName LastName
    EmployeeId FirstName LastName
    [+] DepartmentId DepartmentName
    Also, I tried creating the Page as below (Departments -Employees Relation). i.e I have tried using the ADF treeModel in the bindings and then created a table/inline table manually to populate. The data is available in the iterators (i found using sops in back bean), but the inline table is not showing any data. I tried enabling PPR on detail based on master. But no luck.
    <af:table rows="#{bindings.Departments1.rangeSize}"
    emptyText="#{bindings.findAllStaff1.viewable ? \'No rows yet.\' :
    \'Access Denied.\'}"
    var="row" value="#{bindings.Departments1.treeModel}">
    <af:column headerText="#{bindings.Departments1.labels.DepartmentId}"
    sortable="false" sortProperty="DepartmentId">
    <af:outputText value="#{row.DepartmentId}"/>
    </af:column>
    <af:column headerText="#{bindings.Departments1.labels.DepartmentName}"
    sortable="false" sortProperty="DepartmentName">
    <af:outputText value="#{row.DepartmentName}"/>
    </af:column>
    <f:facet name="detailStamp">
    <af:table rows="#{bindings.Departments1.rangeSize}"
    emptyText="No rows yet." var="detailRow"
    value="#{row.children}">
    <af:column headerText="#{row.children[0].labels.EmployeeId}"
    sortable="false" sortProperty="EmployeeId">
    <af:outputText value="#{detailRow.EmployeeId}"/>
    </af:column>
    <af:column headerText="#{row.children[0].labels.FirstName}"
    sortable="false" sortProperty="FirstName">
    <af:outputText value="#{detailRow.FirstName}"/>
    </af:column>
    <af:column headerText="#{row.children[0].labels.LastName}"
    sortable="false" sortProperty="LastName">
    <af:outputText value="#{detailRow.LastName}"/>
    </af:column>
    </af:table>
    </f:facet>
    </af:table>
    Thanks in Advance,
    Harikiran

    Hi,
    After reading the above links end-to-end twice, I'm finally able to establish the relationship in UI. I've used iterator for my specific purpose, although it can be done using a table/forEach.
    1) Create VOs for Dept and Emp, i.e. DeptVO and EmpVO.
    2) Then a View Link on deptID, i.e DeptEmpVL
    3) Drag and drop the Dept as AdfTreeTable, b'coz it will create the treeBinding and also add the emp accessor by selecting it in the binding window. (refer to above doc links from BaiG)
    4) In my Page UI, i've created a new table and an iterator in the detailStamp.
    Dept Table ->
    o Value = #{bindings.Departments1.treeModel}
    o Var = dept
    o varStaus = deptVarStatus
    Add these:
    Column1-> OutputText -> #{dept.DepartmentId}
    Column2-> OutputText -> #{dept.DepartmentName}
    Insert into TableFacets -> detailStamp -> iterator
    Iterator ->
    o Value = #{dept.children}
    o Var = emp
    o varStatus = empVarStatus
    Add these:
    OutputText -> #{emp.EmployeeId}
    OutputText -> #{emp.EmployeeName}
    OutputText -> #{emp.Salary}
    This iterator/forEach comes in handy for having n Number of regions inside a layout.
    Thanks,
    Harikiran

  • Inline table in Pages '08 must start on a new page if it doesn't fit?

    I edit a newsletter with several tables in it. In Pages '05, I used a Layout break after the previous text, then put in the inline table. As the tables I use are around two thirds of a page long, Pages '05 split the table over two pages, automatically (and helpfully) repeating the headers on the second part of the table.
    In Pages '08, I can't seem to avoid the table moving to start at the top of a new page, whether I have a layout break or a section break, or neither, before the table.

    Peggy, I'm having the same problem. I do lots of multi-page tables that have a large number of cells with single line of text in each cell. The one I'm looking at right now has a row height of 0.21" for 42 rows. There are four lines of text on the page above where the table should start, and when I insert the table from Numbers, it jumps to the first line of the next page and cascades as it should. In Pages 2, I could insert a layout break after the last character of text on the page, set the top layout margin to 0.125" and the table would start on the first line of the new layout, cascading over any additional pages necessary.
    Any assistance would be greatly appreciated.

  • Inline tables - refresh problem

    Hi,
    I've migrated an application created with ADF 10g to ADF BC 11g + Apache Trinidad.
    Some forms constist of master-detail tables (details as inline table).
    It worked ok with ADF 10g. It was created as 2 views connected with ViewLink in a standard way.
    With ADF BC 11g/Trinidad, at first glance, it looks and works ok.
    The problem occurs after page reload: when some of master table rows are disclosed: all detail tables are shown as empty (which is incorrect).
    After any partial reload (like disclosing any row in table), everything come back to normal (detail tables are filled with data).
    I searched the forum, but didn't find any solution.
    Any ideas ?
    Thanks in advance.
    Best regarts
    Marcin

    Since you don't provide essential information which would help us give advice, I had to guess some facts, such as your version and replication setup. In the 10.2 Advanced Replication manual, I found the following quote:
    "Oracle also supports the replication of tables and materialized views with columns that use the following large object types:
    Binary LOB (BLOB)
    (the chapter is at http://download-east.oracle.com/docs/cd/B19306_01/server.102/b14226/repplan.htm#i21350).
    It doesn't say anything about the BLOB columns having to be defined as "is not null". Therefore, from the little you said, I don't know why it wouldn't work. Do you have any details to provide for us? Otherwise, I could try myself in the next couple of days, and let you know how that worked.
    Daniel

  • Working in a doc with inline tables uses 80% of my CPU

    Hi everyone,
    I'm using Pages 4.0.4, and typing (in table, around table, any where) slows to a crawl when I my document contains inline tables. Using Activity Monitor, I can see my CPU usage jump to 80% when I type in a Pages document with inline tables. It stays at 8% as I type with the very same tables positioned as floating.
    I'm working on a six-page document with four or five tables (one of which is a yearly calender with lots of small columns and rows). There are no other fonts besides Helvetica 12pt, and nothing but alphanumeric characters. I've experienced this slowdown before, but I've always put up with it. Now, it's just driving me crazy!
    I've tried...
    * Validating all my fonts - I found 40-ish minor errors (mostly duplicate font errors), but I didn't know how to fix them.
    * Thinning the tables - I read that thinning inline tables so they don't run margin-to-margin can help. It didn't.
    If I had to guess, I'd say Pages runs layout calculations with each keystroke so objects can flow with the text. Is there a setting or preference I'm missing to do this less often?
    I could float the tables, but every time I change the text above them I have to reposition all of them. I love Pages, and I hate to return to MS Office. However, this slowdown is a deal breaker for me. Any ideas?
    Thanks!
    Jack
    PS - If it helps, I experience the same type of slowdown with Numbers. If the table exceeds several rows by several columns, typing, copying & pasting, etc take forever! I've read that that's because Numbers recalculates the entire sheet with every event, but that seems pretty drastic.

    jstewmc wrote:
    Hi everyone,
    I'm using Pages 4.0.4, and typing (in table, around table, any where) slows to a crawl when I my document contains inline tables. Using Activity Monitor, I can see my CPU usage jump to 80% when I type in a Pages document with inline tables. It stays at 8% as I type with the very same tables positioned as floating.
    I'm working on a six-page document with four or five tables (one of which is a yearly calender with lots of small columns and rows). There are no other fonts besides Helvetica 12pt, and nothing but alphanumeric characters. I've experienced this slowdown before, but I've always put up with it. Now, it's just driving me crazy!
    I've tried...
    * Validating all my fonts - I found 40-ish minor errors (mostly duplicate font errors), but I didn't know how to fix them.
    * Thinning the tables - I read that thinning inline tables so they don't run margin-to-margin can help. It didn't.
    If I had to guess, I'd say Pages runs layout calculations with each keystroke so objects can flow with the text. Is there a setting or preference I'm missing to do this less often?
    I could float the tables, but every time I change the text above them I have to reposition all of them. I love Pages, and I hate to return to MS Office. However, this slowdown is a deal breaker for me. Any ideas?
    Thanks!
    Jack
    PS - If it helps, I experience the same type of slowdown with Numbers. If the table exceeds several rows by several columns, typing, copying & pasting, etc take forever! I've read that that's because Numbers recalculates the entire sheet with every event, but that seems pretty drastic.
    What you describe is perfectly consistent with what you read (I recognized what I wrote).
    If tables are floating, they don't move when the text layer is edited. So they have no impact upon recalculations.
    When they are inline, the app is so dumb that it behave as if it was recalculating from the very beginning which of course, with these embedded items, requires a lot of time.
    AppleWorks designers made a better work on this point but they were old-fashioned ones.
    They offered two interesting features :
    (a) recalculate only what was really needed
    (b) in the Spreadsheet, they gave a menu item allowing us to stop/activate recalculations
    Alas, I'm not sure that iWork designers ever open AppleWorks.
    Yvan KOENIG (VALLAURIS, France) mercredi 23 février 2011 11:04:38

  • Inline tables in dreamweaver???

    A buddy of mine made an inline table or maybe he called it an
    inline frame with frontpage for a website. Is this possible in
    dreamweaver??? I've looked in all of my books and nothing in terms
    of "inline" is there Im wondering if dreamweaver calls it by a
    different name. For any that dont know, it would look like a
    webpage inside of another webpage, so when you click on a link only
    the new data shows up, the menu bars or banners or anything else
    you want is already loaded on the main page and doesnt have to load
    again.

    It's either a frame or an iframe, a distinction without a
    difference.
    Frames, no matter what you call them, are a very poor way to
    design &
    structure a web page at least 99.99% of the time. Search this
    newsgroup/forum for "frame" and you'll find hundreds of posts
    explaining why
    you should avoid them.
    Walt
    "jaykav99" <[email protected]> wrote in
    message
    news:g5aoal$c8u$[email protected]..
    >A buddy of mine made an inline table or maybe he called
    it an inline frame
    >with
    > frontpage for a website. Is this possible in
    dreamweaver??? I've looked in
    > all
    > of my books and nothing in terms of "inline" is there Im
    wondering if
    > dreamweaver calls it by a different name. For any that
    dont know, it
    > would
    > look like a webpage inside of another webpage, so when
    you click on a
    > link
    > only the new data shows up, the menu bars or banners or
    anything else you
    > want
    > is already loaded on the main page and doesnt have to
    load again.
    >

  • Inline table throw "make a selection" error in required field upon PPR

    Hi,
    I have a dropdown in a page and when change, will do a PPR and render the inline ADF table which contains selectOneChoice, inputText components.
    Here's code snipplet:
    <af:selectOneChoice label="Action" shortDesc="Action" id="soc17"
    rendered="#{!viewScope.FaParamConfigBean.paramConfigMode
    and pageFlowScope.backing_flowFaParamsBean.flowParamConfigMode}"
    valueChangeListener="#{pageFlowScope.backing_flowFaParamsBean.onChangeAction}"
    immediate="true" autoSubmit="true">
    <f:selectItems value="#{pageFlowScope.backing_flowFaParamsBean.actionsList}"
    id="si12"/>
    </af:selectOneChoice>
    <af:panelCollection id="pc3" styleClass="AFStretchWidth"
    rendered="#{pageFlowScope.backing_flowFaParamsBean.showFlowParamConfigTable}"
    partialTriggers="soc17">
    <af:table value="#{bindings.ItasFlowParamConfigsFullVO1.collectionModel}"
    var="row"
    rows="#{bindings.ItasFlowParamConfigsFullVO1.rangeSize}"
    emptyText="#{bindings.ItasFlowParamConfigsFullVO1.viewable ? 'No data to display.' : 'Access Denied.'}"
    fetchSize="#{bindings.ItasFlowParamConfigsFullVO1.rangeSize}"
    rowBandingInterval="0"
    selectedRowKeys="#{bindings.ItasFlowParamConfigsFullVO1.collectionModel.selectedRow}"
    selectionListener="#{bindings.ItasFlowParamConfigsFullVO1.collectionModel.makeCurrent}"
    rowSelection="single" id="t11"
    editingMode="editAll" styleClass="AFStretchWidth"
    columnStretching="column:c4"
    partialTriggers="::ctb12 ::ctb13"
    immediate="true">
    <af:column sortProperty="#{bindings.ItasFlowParamConfigsFullVO1.hints.ParameterUid.name}"
    sortable="false"
    headerText="#{bindings.ItasFlowParamConfigsFullVO1.hints.ParameterUid.label}"
    id="c4">
    <af:selectOneChoice value="#{row.bindings.ParameterUid.inputValue}"
    label="#{bindings.ItasFlowParamConfigsFullVO1.hints.ParameterUid.label}"
    shortDesc="#{bindings.ItasFlowParamConfigsFullVO1.hints.ParameterUid.tooltip}"
    required="#{bindings.ItasFlowParamConfigsFullVO1.hints.ParameterUid.mandatory}"
    id="soc99" immediate="true">
    <f:selectItems id="si88"
    value="#{pageFlowScope.backing_flowFaParamsBean.parameterListDrop}"/>
    </af:selectOneChoice>
    </af:column>
    The issue is that after changing the value in "Action" dropdown, the inline table got refreshed accordingly, and ADF throws error "Please make a selection for Parameter Uid" on the required selectOneChoice value in the inline table. How can I prevent ADF having the validation checking of required fields when doing a PPR? I have already set the dropdown and table immediate=true already.
    Please advise.
    Thanks
    -Mina

    Hi,
    Need to add SOC id "si12" as table's partial Trigger.
    <af:table value="#{bindings.ItasFlowParamConfigsFullVO1.collectionModel}"
    var="row"
    rows="#{bindings.ItasFlowParamConfigsFullVO1.rangeSize}"
    emptyText="#{bindings.ItasFlowParamConfigsFullVO1.viewable ? 'No data to display.' : 'Access Denied.'}"
    fetchSize="#{bindings.ItasFlowParamConfigsFullVO1.rangeSize}"
    rowBandingInterval="0"
    selectedRowKeys="#{bindings.ItasFlowParamConfigsFullVO1.collectionModel.selectedRow}"
    selectionListener="#{bindings.ItasFlowParamConfigsFullVO1.collectionModel.makeCurrent}"
    rowSelection="single" id="t11"
    editingMode="editAll" styleClass="AFStretchWidth"
    columnStretching="column:c4"
    partialTriggers="::ctb12 ::ctb13 ::si12"
    immediate="true">

  • Mac Mail doesn't show inline tables

    When a Windows user send me mail message with inline table (I get about 10-15 messages a day in this format), all formating is garbled in Mac Mail. However, if I go to OWA (Outlook Web Access) and view the email on through web interface all is good. This is very frustrating as I want to use Mac Mail and not OWA to view such messages. Any siggestions?
    Here is an example in Mail:
    Phase 1
    Phase 2
    Phase 3
    Phase 4
    ABC GA
    NA
    April
    May
    May
    ABC
    June
    July/Aug
    Sept
    Sept
    UNI A
    March
    April/May
    June
    June
    UNI B
    June
    July
    Aug
    Aug
    AF
    April
    May
    June
    June
    XYZ
    June
    July/Aug
    Sept
    Sept
    ZYX
    Aug
    Sept/Oct
    Nov
    Nov
    Here is an example in OWA:

    Could be many things, we should start with this...
    "Try Disk Utility
    1. Insert the Mac OS X Install disc, then restart the computer while holding the C key.
    2. When your computer finishes starting up from the disc, choose Disk Utility from the Installer menu at top of the screen. (In Mac OS X 10.4 or later, you must select your language first.)
    *Important: Do not click Continue in the first screen of the Installer. If you do, you must restart from the disc again to access Disk Utility.*
    3. Click the First Aid tab.
    4. Select your Mac OS X volume.
    5. Click Repair Disk, (not Repair Permissions). Disk Utility checks and repairs the disk."
    http://docs.info.apple.com/article.html?artnum=106214
    Then try a Safe Boot, (holding Shift key down at bootup), run Disk Utility in Applications>Utilities, then highlight your drive, click on Repair Permissions, reboot when it completes.
    (Safe boot may stay on the gray radian for a long time, let it go, it's trying to repair the Hard Drive.)
    If perchance you can't find your install Disc, at least try it from the Safe Boot part onward.
    If 10.7.0 or later...
    Bootup holding CMD+r, or the Option/alt key to boot from the Restore partitirion & use Disk Utility from there to Repair the Disk, then Repair Permissions.

  • Is there a way to have text alongside an inline Table?

    Hi. Firstly, I have had the problem (after saving and re-opening my pages document) of having floating images not formatted in the same place. Anyone else encounter this? The only the way this doesn't happen is if I make them all inline before saving. The problem is that Tables seem not to be able to support the wrap features of having text be beside them on the same page. I wanted to do this with some long, narrow tables. I can get them floating to arrange them, but when I hit inline Pages formats them to only those wrap styles that have no text adjacent to the Table. Anyone know how to do this?—I do not understand why it isn't possible really. It should be.
    Despite this, I am very happy with Pages. I am in Trial mode now, but will likely purchase it and switch thereto from Word. As someone who works with multiple language fonts on the same page line however, I hope these issues are fixed in future editions. I like the fluidity of Pages and hope there is real effort to keep expanding it for Mac users.
    Thanks,
    Walt

    I am in Word Processing mode using a blank template I believe, I converted the document from Word originally.
    I did a two column layout, and I am fine with the looks, thanks for suggesting alternatives. One nuissance is that my table is the whole length of the page, and with the layout break of one page line it causes my text on the next page to be spaced one line below the top. I hope Pages will allow text wrap around for tables in future editions.
    As an aside, are there plans in the next Pages '10 or so to make it workable with Hebrew and Arabic, i.e. right to left text? I will need to be able to fluidly work with these alphabets on the same page line as English, and the sooner the better (I am aware of Mellel, but also need good graphics compatibility and like the fluidity of Pages).
    I took a screenshot but do not see any attachment options.
    Walt

  • Pages 5.5 Tables Bug?

    So I updated to Yosemite and upgraded iWork to the latest versions, which included Pages 5.5.  Upon opening several different documents which I had saved in the previous version of Pages (5.2.2), I found that the tables in these documents were not displaying in the same way as they used to.  The problem seemed to be that Pages 5.5 refuses to make a table that has too many rows for one page flow onto the next page.  It simply moves the entire table to the next page.
    I did a few tests with a new document created in Pages 5.5 with the following results:
    1st Test: Created a new document, adding text to cover half of the first page, then inserted a table underneath.  Increasing the number of rows to the point where the table no longer fits on page one causes the entire table to move to page 2.
    2nd Test: With the same document as above, I increased the number of rows of the table until it could no longer fit on an entire page.  Pages correctly flowed the table from page two to page three.
    3rd Test: With the same document as above, I deleted the text and whitespace on page one.  This forced the table back to page one, and Pages successfully flowed it to page two.  But now, adding any text above the table on page one causes a bizarre result: the table moves down and the rows which flowed onto page two display correctly, but the first part of the table is entirely invisible.  It isn't just a drawing problem, since zooming in and out does not help.  See screenshot below (notice the row numbers are in the 30s, proving that this is the second part of the table).
    4th Test: I saved the document to iCloud Drive and then reopened it.  This results in absolutely nothing of the table being displayed, not even the second half.  I have not figured out any way to make the table display itself.  Opening this document on an iPad, Pages shows me the text on the first page, with the table flowing from page two to page three.
    Anyone else noticing similar difficulties?  I have documents that I had created in native Pages 5.2.2 format that were able to flow a table from one page to the next, so this looks a lot like a bug introduced by the 5.5 update.
    Sincerely,
    Alexander Dominic

    I think i found the reason for this behavior.
    The tables are fine. It depends on a layout option that seems to be activated by default. In the inspector-panel is a "more…" There you can select the option "Avoid lonely lines" (dunno english term) When the section with the table is selected and you uncheck this feature everything is as expected.
    Apple should change the defaults
    See the screenshots attached.
    Regards,
    AW

  • Inline tables in indesign cs5.5 - line break

    Is it possible to create a table (in this case, a table with boxes and hyphens for someone to write their SS#) and have it inline along with other copy? I have tried to accomplish this in several different ways and it seems that the table needs to be on its own line. is that true? thx.

    somehow, its now working, just as i thought it should have worked. thx anyways!

  • Oracle JDeveloper 10.1.3 Toplink Objects from Table Bug.

    i try this with updates and without them.
    toplink bug or toplink Wizzard Bug: I have create a conection to data base(MySQL) I use mysql-connector and everything works... i see the tables then i try to create "TOplink objects from Table " , choose connection ,for Schema i choose "none". When i choose AutoQuerry it shows the columns i add columns , I choose OK. When it ask for a name for the package i give him mypackage, when it ask for class name i also choose my package.Users(the table is Users) after which i have the following exception in MessageBox:
    "oracle.jdeveloper.cm.ds.db.InvalidNameException : Object must have a name."
    on details i get :
    oracle.toplink.addin.mappingcreation.MWProjectCreationException: oracle.jdeveloper.cm.ds.db.InvalidNameException: Object must have a name.
         at oracle.toplink.addin.mappingcreation.MappingCreatorImpl.generateMappedDescriptorsForTables(MappingCreatorImpl.java:277)
         at oracle.toplink.addin.mappingcreation.MappingCreatorImpl.generateMappedDescriptorsForTables(MappingCreatorImpl.java:196)
         at oracle.toplink.addin.wizard.jobgeneration.JobWizard$1.construct(JobWizard.java:416)
         at oracle.ide.util.SwingWorker$1.run(SwingWorker.java:119)
         at java.lang.Thread.run(Thread.java:595)
    Caused by: oracle.jdeveloper.cm.ds.db.InvalidNameException: Object must have a name.
         at oracle.jdeveloper.cm.ds.db.validators.AbstractValidator.validateName(AbstractValidator.java:54)
         at oracle.jdeveloper.offlinedb.validators.OfflineSchemaValidator.validateName(OfflineSchemaValidator.java:29)
         at oracle.jdeveloper.cm.ds.db.validators.AbstractValidator.validateObject(AbstractValidator.java:187)
         at oracle.jdeveloper.cm.ds.db.validators.AbstractValidator.validateObject(AbstractValidator.java:122)
         at oracle.jdeveloper.cm.ds.db.AbstractDBObjectProvider.validateObject(AbstractDBObjectProvider.java:822)
         at oracle.jdeveloper.cm.ds.db.AbstractDBObjectProvider.validateSchema(AbstractDBObjectProvider.java:858)
         at oracle.jdeveloper.offlinedb.OfflineDBObjectProvider.createSchema(OfflineDBObjectProvider.java:1954)
         at oracle.toplink.addin.mappingcreation.MappingCreatorImpl.updateOfflineDBandMWDatabaseWithTablesToMap(MappingCreatorImpl.java:450)
         at oracle.toplink.addin.mappingcreation.MappingCreatorImpl.generateMappedDescriptorsForTables(MappingCreatorImpl.java:242)
         ... 4 more
    in the messege log i get :
    Starting Java object generation...
    Creating offline database objects...
    A problem was encountered creating offline database objects.
    Aborted Java object generation.
    Message was edited by:
    JOKe
    Message was edited by:
    JOKe

    I have tried this out in the EA release of JDev, and have reproduced the problem you reported. However, trying out the latest development build, the problem does not occur, so this bug has been fixed. You'll pick up this fix when we next release the software on OTN.

  • 11g - pivot table bug?

    hi, experts,
    I have run the utility to migrate 10g dashboard to 11g.
    after the migration, I found that there is problem in a pivot table report,
    the report contains 3 columns:
    brand , subbrand, quantity
    brand and subbrand are dimension
    quantity is fact.
    when brand and subbrand are placed in ROWS, quantity in MEASURES, Measure Labels in Columns, the pivot table gives correct result.
    however, when brand is placed in ROWS, quantity in MEASURES, subbrand and Measure Labels in Columns,
    the pivot table gives incorrect result,
    some rows are duplicated.
    how to solve?

    Hi,
    Yes, we too faced this issue in 1.5 (seems a bug), but ultimately we had to make the application work for the column heading.
    Use left and Right Indent accordingly to make the text appear to your requirement. We specified left indent 20 for our reports for making it centered, so you can try a value which will align for your requirement.
    And thus meeting the requirement :)
    Hope this answered.
    Regards
    MuRam
    Edited by: MuRam on Jun 1, 2012 7:04 AM

  • To JDev Team. PCOL_CONTROL table bug in JDev9i

    I have an application that I developed in 3.2 using BC4J. When I open my workspace in 9i, It upgrades BC4J, but I can navigate through the records of my larger BC4J View Objects. The smaller ones with less than 100 total rows work fine, but the ones with more rows (this one has 836) don't work. Here are the errors I get:-
    JBO-28020: Passivation error on collection AllWauView, node id 146
    BO-28030: Could not insert row into table null, id 146: ORA-00001: unique constraint (PGAT490.NULL_PK) violated
    ORA-06512: at line 1
    When I look at the database, looks like the BC4J engine is attempting to insert nulls into the primary key column. I had no problems in the Jdev 3.2. AllWauView is a view I built in expert mode, and all it does is a simple SELECT from a group of tables for a list of values. Please let me know if I am missing something here. I attempted to bump the prefetch count to 1000 but it doesn't help.

    Weird as this may sound, the problem has re-curred again. This time even after running the clean-up procedure that Steven posted seems to have no effect. I get the same exact error. I also notice a table called 'null' has been created in my schema, besides the PCST_* and PCOL_* tables. What is this null table? Is it supposed to have a different name and Jdeveloper gives null as the name? Anyway, now I am back to square one. The spill-over behaviour also seems to be random. Is it possible that running the clean up procedure (I installed the PL\SQL package into my schema) from SQL PLUS doesn't really fix anything, and that there is another reason for the problem? I even got a weird error message that said that an insert into the table null has failled, leading me to think this table was actually valid, but isn't null a reserved word that we can't use to name a table in Oracle? Sure it is a spill over problem as it only occurs with my larger view object, and interestingly enough, not when I navigate the rows one at a time, but when I attempt to scroll all the way to the last row while populating my LOV. This doesn't happen with 3.2, so I think there is actually a bug in the 9i implementation. Any comments on that?

  • Textfield Column in Table Bug

    Hi,
    I am getting a bug when I bind a textfield to a datatable that a ObjectArrayDataProvider as the underlying datasource. When I use a static textfield the values show up fine and unqiue which they are, but if I change this to a textfield, it just keeps showing the same values as first ones selected and doesn't refresh properly.
    Regards,
    SNI.

    I also get the problem when I use a dropdown list in the table.
    the table just seems to store the first initail values for the selected value rather than the underlying actual value. I also display the description of the dropdown field in a static textfield and this works ok.
    There seems to be a problem with textfields and dropdowns binding to the actual currentrow."property" value.
    I have a div around the table to use for scrollbars. I also have another table on page.
    I will try moving child table to a new page and see what happens.
    Regards,
    SNI

Maybe you are looking for