Disappearing columns in BI Publisher dataset

We are using OBI 11.1.1.7. During datamodel creation in BI Publisher, when you edit the SQL ,the elements in the data set disappear suddenly. The only way to get them back is to go to Catalog and open that datamodel again. Has anybody run into this issue ? Is there any permanent fix for this ?

Hi Bogdan !!!
                      Thanks for your quick reply. We notice the same scenario in analytics and xmlpserver. We are using Oracle Business Intelligence 11.1.1.7.150120.
Attached image contains all the steps & below is a descriptions of those steps..
Step 1 : Edit a selected data set G_2
Step 2: Edit the SQL of the dataset
Step 3: Elements disappear in the dataset G_2
Step 4: Use browser’s back button to reopen the same data model. The elements appear in the data set
Hope this helps
Thanks
Rakesh

Similar Messages

  • RE: List View & Disappearing Columns

    I have the same problem.
    After a change in my ListView properties I loose some columns, usually
    the first and last but it's mostly random.
    I had Forte completely crash couple of times after I run the app. !
    I am also using ImageData in my subclass DisplayNode class
    Release 3.0.F.2
    Nikola Filipovic, DMC Inc.
    @Nesbitt Burns Inc.
    Tel. 416.359.7447
    -----Original Message-----
    From: Bill Bryson [SMTP:[email protected]]
    Sent: Thursday, March 12, 1998 9:39 AM
    To: [email protected]
    Subject: List View & Disappearing Columns
    I am using a ListView and it seems that some of my columns are
    disappearing after I set them in the properties and then compile.
    Sometimes they are truly are gone, and sometimes if I recreate them
    and
    compile again, I get a duplicate object error. I can't tell if it is
    because my list view is mapped to a node with an image in it or if
    that
    is irrelevant. Has anyone else had this problem and is there a work
    around using this widget?
    I like how the column headings are presented with this widget and
    would
    like to keep using it.
    I am using Release 3.0.G.0
    Bill Bryson
    Senior Software Engineer
    [email protected]
    http://www.vastera.com
    300 West Service Rd.
    Suite 200
    P.O. Box 10836
    Chantilly, VA 20153-0836
    Phone (703)661-9006
    Fax (703) 742-4580

    Unfortunately, only Icon and Column views can be set as global defaults. If you open a new window and set it to List view it should continue to open in that same view for the same folder.
    You can submit this as a feedback request (I have done so, as have others - we're hoping for implementation in Leopard...).
    Hope this helps...I know it doesn't solve the problem, but we're in the same boat, so to speak...
    Ps. Are you really running 10.0.x on your G4/G5??? If so, there may be a way to set list view as default, but you should post to the 10.3 & earlier forum as this is the 10.4/Tiger forum.

  • Formula column in XML publisher report

    Hi
    I need to include formula column in my XML publisher report,
    please any one guide me on this.
    Thanks in advance

    You can see this , it may helping you
    http://oracle.ittoolbox.com/groups/technical-functional/oracle-dev-l/formula-columns-in-xml-publisher-2593437

  • Show Disappearing Columns

    Hi guys,
    I have a problem with a query wherein certain columns does not appear at display.  The query was designed to have 2 structure (a key figure structure and a time structure) at column part of query designer. so for every time structure variable query must display all key figures.
    My problem is some time structure varaiable (with their relevant key figures) does not display in query. I checked if query suppress zero but it doesn't. even if the data is zero column must display besides there are other column which has no data but is still displayed.
    Do you guys have any ideas on how to display the "disappearing" columns.
    thank you

    See
    http://htmldb.oracle.com/pls/otn/f?p=24317:139
    Clicking on any one of the checkboxes calls doSomething which should swap the columns as per below
    function doSomething(pThis)
    var l_Cell = html_GetElement(pThis.value);
    var l_Table =  html_CascadeUpTill(l_Cell,'TABLE');
    swapColumns(l_Table,1,2);
    function swapColumns (table, colIndex1, colIndex2) {
      if (table && table.rows && table.insertBefore && colIndex1 != colIndex2) {
        for (var j = 0; j < table.rows.length; j++) {
          var row = table.rows[j];
          var cell1 = row.cells[colIndex1];
          var cell2 = row.cells[colIndex2];
          var siblingCell1 = row.cells[Number(colIndex1) + 1];
          row.insertBefore(cell1, cell2);
          row.insertBefore(cell2, siblingCell1);
    }But it is not doing anything, no errors in the JS console, nothing.
    Help? Thanks

  • No search result using managed property from a column of a published infopath form

    Hi,
    I'm trying to use a managed property in the advanced search to retrieve only words from a column of a published InfoPath form. We are using FAST Search and verify that the column are being crawled by checking the crawled property in Central Admin but still
    cannot retrieve search result for the managed property. We also do a full crawl before testing the search. Thank you..

    Hi Rommel,
    When we create a column from a list (not site column), then we need create list item with this column value, then we need to full crawl, then the the crawled propery ows_listColumnName will be generated, then create a managed property to map this
    crawled property(start a full crawl again if needed), then add the custom managed property in advance search web part property, then check again.
    Here is an article about how to add the custom managed proerpty in advanced search web part, you can take a look.
    http://waelmohamed.wordpress.com/2011/05/31/add-custom-search-properties-in-your-advanced-search-sharepoint-2010/
    Thanks
    Daniel Yang
    TechNet Community Support

  • Cannot publish dataset within Data Hub

    Hello,
    When I try to publish a dataset within Data Hub, I get the following error:
    All queryable columns must be indexed: Not all queryable columns in table "DHD_LMD" are indexed. The columns that are not indexed are: "Besteldatum", "Code (Z-Indexnummer)", "Duur geneesmiddel", "Eenheid", "Etiketnaam", "Inkoopprijs per stuk", "Netto-Aantal",
    "Toedieningsvorm", "Transactietype", "Type ziekenhuis 1", "Type ziekenhuis 2".         
    I have created a non-clustered index for each of those columns on my SQL Azure DHD_LMD table. 
    What goes wrong?
    Thanks,
    Arnoud

    Hi,
    I believe that you have got the answer by now.
    Request you to follow this link if you still facing this issue.
    http://msdn.microsoft.com/en-us/library/ms190806.aspx
    http://odetocode.com/Articles/237.aspx
    http://msdn.microsoft.com/en-us/library/ms187317.aspx
    Girish Prajwal

  • Skip a column in BI Publisher Excel Template

    Hi,
    Do anyone know how to skip an entire column based on a condition in BIP Excel Template.  We are able to skip a row in Excel Template using XDO_SKIPROW, Do we have a similar one for skipping columns?
    Thanks in advance

    no its not possible as far as i know if you need different columns in different sheets you need to use xsl excel template only .
    u can do it using rtf template but it wont be as same as regular excel output and you should be on bi publisher 11g to do that u can do like this
    when u preview xslx output using bi publisher rtf template it treats page breaks as new sheet
    <?for-each@section:G_1?>
    ID NAME NUMBER
    <?for-each:G_2?><?ID1?><?NAME?><?NUMBER?><?end for-each?>
    <?split-by-page-break:?>
    ID DEPT ACCOUNT#
    <?for-each:G_2?><?ID?><?DEPT?><?ACCOUNT#?><?end for-each?>
    <?end for-each?>
    Use the "helpful" or "correct" buttons to award points to replies / Mark the thread as answered, if your question is answered.

  • Pivot table sorting with month_id and average column in BI publisher temp

    In my project we are using the Oracle BI analysis for creating reports in BI publisher.
    At first we are creating the report in OBIEE answers then using it as data model in BI Pub.
    My reporting table holds data like below:
    Month_Name Year Month_Id Compensation Emp ID
    JAN 2011 1000 50 1234
    FEB 2011 1001 60 1235
    We need to show the data in pivot format i.e period(concated month+year) in column and comepsation values as measure and emp id in rows.I also need to show percentage i.e sum(Compensation/no of selected of periods).
    For average in OBIEE pivot i have create one calulated item. But I can't sort the data(for periods with the month_id) as its spillting the average column also.
    How can i sort it? like JAN2011 FEB2011 MAR2011 in pivot
    also in BI pub this calculated item not showing correct value.
    Please help.

    Hi,
    You can achieve this requirement by sort order column based on the month number and year you can sort this criteria column.also by using time_key,if the time_key is in sequence.
    mark if helpful/correct...
    thanks,
    prassu

  • Need help with custom column in BI Publisher

    Hi Guru's
    I have started working with BI Publisher Recently and need with below issue
    Can you please let me know how can i create a custom column like % based on two existing measures in the report
    I tried creating it in obiee report and used that SQL to create BI Publisher Report , but the result column in obiee is not working as expected in BI Publisher,
    can some one please help me with this
    Thanks a lot in advance.

    This column can be calculated in BIP RTF template. But if it is a column inside a FOR-loop
    then it may need to be calculated slightly different.
    Like I said, get the xml data and rtf then send it to me : [email protected]
    and will get it fixed for you.
    thanks
    Jorge

  • Publish Dataset and history in sap lumira server

    Hi Experts
    I'm trying to publish a dataset and story from the sap Lumira desktop to Lumira  server.
    Tools used
    SAP HANA DATABASE REV.80 INSTANCIA EN WINDOWS AZURE
    SAP LUMIRA DESTOP V1.18
    SAP LUMIRA SERVER V1.18
    The process I followed is as follows:
    1. Create Users:
    CONFIG: Assign the role sap.bi.admin :: BI_CONFIGURATOR. Some other role or privilege required?
    TECNICO: Assign the role sap.bi.common :: BI_TECH_USER. Some other role or privilege required?
    ANALISTA: Assign the role sap.bi.common :: BI_DATA_ANALYST. This user is the one that has the role to publish in Lumira sap server. Some other role or privilege required?
    2. Entry to http: // <HOSTNAME> 80 <INSTANCE> / sap / hana / xs / FormLogin /
    I sign in with  the password created in hana studio  for each user and then make the change the password of each user CONFIG - TECNICO – ANALISTA
    3. Entry to http://<HOSTNAME>:80<INSTANCE>/sap/bi/launchpad/fiori
    I sign in with the  user CONFIG and in the catalag administration of sap Lumira server income in the field Enter technical  user TECNICO, so I confirm the sql connection.
    4. Entry to http: // <HOSTNAME> 80 <INSTANCE> / sap / hana / xs / admin
    I sign in with the user CONFIG sap.bi.launchpad.logic.v2 following path of the package and confirm that the sql connection is for the user TECNICO
    5. Entry to Sap lumira Desktop, sign in with the user ANALISTA to access the dataset, I create visualization and history, the last step is to publish the dataset and story in SAP Lumira server, for this I sign in with the user ANALISTA but when I clic on the button PUBLISH IN SAP LUMIRA SERVER is show me this error:
    Error - The dataset could not be published to SAP Lumira Server because publishing to the SAP HANA layer failed.  Reason is ''. (HDB 11009)
    I searched many blogs of sap and tested with the following options but None of the above helped me to solve the problem.
    http://scn.sap.com/community/lumira/blog/2014/06/10/how-to-install-sap-lumira-server
    http://scn.sap.com/community/lumira/blog/2014/06/21/sap-lumira-server-on-hana--part-2
    http://scn.sap.com/thread/3532168
    http://www.saptechies.com/access-privileges-required-sap-lumira-from-sap-hana/
    http://scn.sap.com/thread/3523762
    http://scn.sap.com/community/lumira/blog/2014/06/16/sap-lumira-server-sap-fiori-launchpad-integration
    http://www.saptechies.com/security-settings-run-lumira-hana-online-shl-views/
    http://scn.sap.com/community/lumira/blog/2014/06/16/sap-lumira-server-post-install-configuration
    6. Another issue is when I access to Lumira server  http: // <HOSTNAME> 80 <INSTANCE> / sap / bi / launchpad / and I sign in with the user ANALISTA, I find a number of the dataset in lumira server but when I run  any for create a compose can not access   hana dataset.
    Shows me the following error
    Please help me with this issues
    Thanks

    Hi John,
    I also forwarded the incident to SAP and as suggested by SAP, after assigning sap.hana.xs.lm.roles::Administrator  my issue was resolved.
    Regards,
    Abhijit

  • Need to create a report having 40 columns using XML Publisher

    Hi XML Report Gurus,
    I have a weird requirement. I need to create a XML Publisher Report having 40 columns. This report would be a CSV Report.
    How can i create a RTF(Template) in MS-Word having 40 columns ?? I just cannot accomodate the columns, they start wrapping down.
    Can i create a template in Excel and map the data columns to the Excel columns?
    I can create a Oracle PL/SQL package and generate the output, but I want to know if I can achieve the same thing using BI Reports.
    Appreciate your feedback
    Kiran Ramachandra
    [email protected] __.____._

    What I did, I had the column titles in the XML file as data, like
    <COL01>Employee Name</COL01>
    <COL02>Employee Number</COL02>
    etc.
    I did it this way because columns were variable, and up to the user to pick. If you have fixed set of columns, you still can include their names in the XML file, this way you will be able to display then as fields on the template.

  • APEX report with Break columns and BI Publisher

    I am having an issue with APEX and using column breaks when printing to BI publisher.. It seems that when you write an APEX report that breaks on the 1st or 1st and 2nd columns, the grouping shows nicely in APEX, but when BI Publisher gets the XML data, and you do the same grouping using an RTF file, there is a group of rows with NO grouping info that occurs at the top of the report, then each group you expect has just ONE row..
    (Just giving this a bump to see anyone has an idea here..)
    Any suggestions?
    Thank you,
    Tony Miller
    Message was edited by:
    Tony Miller

    WITH clause or Subquery Factoring allows the set of data to be reused multiple times within the SQL. Oracle will usually materialize the data into a temporary table (you will see it if you take an explain plan of the SQL).
    I would be surprised if it was the actual WITH clause that was causing the performance issue, however you can test this by turning the WITH clause feature off. Go to the Physical model, right mouse click on your Database > Properties > Features Tab, scroll down to WITH_CLAUSE_SUPPORTED and switch it off.
    I'd be interested to know if you do see actual improvement.
    Good Luck.

  • Calculate two column in bi publisher

    Hi all:
    I have one group,and then i sum two column in this group,and get sum1,sum2,when i want to display this result of sum1 MINUS sum2 in bi publisher,for example:
    the value of sum1 is 800,the value of sum2 is 600, in the rtf ,i put sum1-sum2 ,and get the display 800-600,but i want to get the result 200,not the expression 800-600,
    how can i achieve this?
    thank you!

    Hi,
    instead of <?1-1?> use <?xdofx:1-1?> (see http://download.oracle.com/docs/cd/E12844_01/doc/bip.1013/e12187/T421739T481158.htm)
    <?sum(column1)-sum(column2)?> works for me, but you can try <?xdoxslt:sum(column1)-sum(column2)?>
    Regards
    Rainer

  • FSG report output does not show column headers (XML Publisher)

    Hi everyone
    Iam required to create a template for an FSG report with 20 columns. Used copy of FSG:Fixed number of columns Template(FSGTEMP) to create the template because i need to do some conditional formatting(need to show negative values in red color).
    here is the problem:
    when i use the template and run the program the output i can see the row data but not the column headers..column headings are blank!
    regarding the conditional formatting, can anybody tell me how to give the condition
    iam able to give the condition for oracle reports but not for FSG reports as i dont see the column name in the 'data field' in conditional format
    Regards
    sam

    Open the report in Edit Mode Click on the reports and in the properties section Uncheck the
    Enable Document Cache Property and your issue should be resolved.

  • How to use numeric column in BI Publisher 11g Data Model?

    Hi Gurus
    I was able to create a link(join) in Data model when I used VARCHAR column.
    However if I used numeric column I got an error
    Any ideas?
    Thanks
    Laszlo

    Can you please post the error message?
    Regards,
    Kalyan Chukkapalli
    http://123obi.com

Maybe you are looking for