Always show same rows

Hi experts,
I have an assignment to do.
I have an analysis that has 20 rows. My requeriment is show ALWAYS these rows although no data.
My analysis looks like this:
Column1-----Column2--------Column3----Column4----Column5
Dim Entity-----Actual--------Prev--------Difference-----%
Entity1----------10---------------5----------------5----------50%
Entity2
Entity3
Entity20
Now...If column2, column3, column4 and column5 hasn't value....obiee supress this row...
My requeriment is show All entitys in my report...and if no data show null
Any help?
Thanks!
This report prompted by year, month, department so...depends of these prompts my analysis shows different number of rows...

Alex1 wrote:
Hi experts,
I have an assignment to do.
I have an analysis that has 20 rows. My requeriment is show ALWAYS these rows although no data.
My analysis looks like this:
Column1-----Column2--------Column3----Column4----Column5
Dim Entity-----Actual--------Prev--------Difference-----%
Entity1----------10---------------5----------------5----------50%
Entity2
Entity3
Entity20
Now...If column2, column3, column4 and column5 hasn't value....obiee supress this row...
My requeriment is show All entitys in my report...and if no data show null
Any help?
Thanks!
This report prompted by year, month, department so...depends of these prompts my analysis shows different number of rows...Alex, it looks like you are looking for your dimensions to display regardless of whether the facts exist. Look at my solution to this here:
Re: Empty rows in a pivot table

Similar Messages

  • Is currentRow of a master VO always the same row got via viewlink from det?

    Is the currentRow of a master VO always the same row I might obtain via viewlink from the current row of the child VO ?
    Edited by: user10047839 on 19-mar-2012 8.14

    Yes, if the current Row of master VO changes then all the rows of the ChildVO will be the children of the Master VO row...so what u get from viewlink will always be the current row of the master VO.
    Edited by: gogster on Mar 19, 2012 8:32 AM

  • Get always the same rows in a query.

    I have a characteristic with three values as a master records, the values are:
    T1 – Incoming payments
    T2 – Outgoing payments
    T3 – Not yet assigned payments
    I have an InfoProvider (InfoCube) that has this characteristic assigned (and many others), if the InfoCube does not contain any value with the data “T2” for that characteristic the row for “T2” is not shown in the query.
    I would like all the values of the characteristic to be shown in the query no matter if the InfoCube contains values or not. It means that the query should always have the same number of rows, in the e.g. it should show three rows, one for each master record.

    O.K.
    What I want to avoid is the message “No Applicable Data Found”, I would like to see all the selections define on the structure even if the InfoCube does not contain data for the selection defined.
    The query would be shown this way if there is any data in the InfoCube concerning to the filters applied (filter year=2006):
    Year     2006     
    Planning Level          January     February
    Incoming payments     T1     220,00     250,00
    Outgoing payments     T2     -160,00     -210,00
    Not assigned payments     T3     0,00     0,00
    Total          60,00     40,00     
    The query would be shown this way if there is no data in the InfoCube concerning to the filters applied  (filter year=2007):
    Year     2007
    No Applicable Data Found
    I would like the query to be shown this way even if there is no data in the InfoCube concerning to the filters applied (filter year = 2007):
    Year     2006
    Planning Level          January     February
    Incoming payments     T1     0,00     0,00
    Outgoing payments     T2     0,00     0,00
    Not assigned payments     T3     0,00     0,00
    Total          0,00     0,00
    I hope is more understandable now, thank you,
    Manuel Grundell

  • OBIA 7.9.6.4 all report for Procurement and Spend show same row of dat

    Hi,
    I have created an OBIA 7.9.6.4 environment. Loading data from Vision Environment of EBS provided by oracle. The issue I am facing after loading data when i check the report all the reports show same data across all rows. please find screen shot below
    Thanks in Advance
    Lalchand

    Hi,
    Unable to past the screenshot on the forums message box. I have checked the filters and other stuff. Let me explain with an example wht is happening.
    For example I have a report Spend Trends by Items, where I have Year, Spend, Year Ago Spend, Chg Year ago Spend, Change due to price, Change due to quantity, etc.. columns
    This report is showing different years but for rest of the columns it is showing of total of all the year. Like for year 2003, 2004,2005 etc we spend 10,20,30 receptively. so report should show it as 2003 - 10,2004 - 20 & 2004 -30.
    But it is right now showing like 2003 - spend 60, 2004 - spend 60 & 2005 - spend 60.
    Thanks
    Lalchand

  • How to get JTable to always show complete rows

    Is there any way to set up a JTable to resize itself properly so as to always display complete rows (no rows cut in half at the bottom or top) but still be able to change its size when it is in a flexible layout like GridBagLayout?

    Thanks for the response, but I was rather looking for the transpose of that solution; i.e. a kind of preferred scrollable viewport height that respects the row height so that it is always exactly equal to the height of an integral number of rows. That way only complete rows would be displayed.
    Obviously, displaying complete rows can't be strictly enforced when fine-grain scrolling is in effect, but the idea is that the scrollable viewport height is set to display an exact integral number of rows, and if the rows weren't cut off at the top, they wouldn't be at the bottom, either. If the table's available area increased in size, the scrollable viewport would only increase if there was enough room for one or more complete rows.
    I suppose I could trap resizing events and adjust the scrollable viewport size accordingly, but I was hoping there was a cleaner way...

  • FillBy always fills in the same row in data grid view. How to make it fill in a new row for each click of the Fillby Button? VB 2010 EXPRESS?

    Hi there, 
    I am a beginner in Visual Basic Express 2010. I have a Point of Sale program that uses DataGridView to display records from an external microsoft access
    database using the fillby query. 
    It works, but it repopulates the same row each time, but i want to be able to display multiple records at the same time, a new row should be filled for
    each click of the fillby button. 
    also I want to be able to delete any records if the customer suddenly decides to not buy an item after it has already been entered. 
    so actually 2 questions here: 
    1. how to populate a new row for each click of the fillby button 
    2. how to delete records from data grid view after an item has been entered 
    Thanks 
    Vishwas

    Hello,
    The FillBy method loads data according to what the results are from the SELECT statement, so if there is one row then you get one row in the DataGridView, have two rows then two rows show up.
    Some examples
    Form load populates our dataset with all data as it was defined with a plain SELECT statement. Button1 loads via a query I created after the fact to filter on a column, the next button adds a new row to the existing data. When adding a new row it is appended
    to the current data displayed and the primary key is a negative value but the new key is shown after pressing the save button on the BindingNavigator or there are other ways to get the new key by manually adding the row to the backend table bypassing the Adapter.
    The following article with code shows this but does not address adapters.
    Conceptually speaking the code in the second code block shows how to get the new key
    Public Class Form1
    Private Sub StudentsBindingNavigatorSaveItem_Click(
    sender As Object, e As EventArgs) Handles StudentsBindingNavigatorSaveItem.Click
    Me.Validate()
    Me.StudentsBindingSource.EndEdit()
    Me.TableAdapterManager.UpdateAll(Me.MyDataSet)
    End Sub
    Private Sub Form1_Load(sender As Object, e As EventArgs) Handles MyBase.Load
    'TODO: This line of code loads data into the 'MyDataSet.Students' table. You can move, or remove it, as needed.
    Me.StudentsTableAdapter.Fill(Me.MyDataSet.Students)
    End Sub
    Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
    Me.StudentsTableAdapter.FillBy(Me.MyDataSet.Students, ComboBox1.Text)
    End Sub
    Private Sub Button2_Click(sender As Object, e As EventArgs) Handles Button2.Click
    Me.MyDataSet.Students.AddStudentsRow("Jane", "Adams", "Female")
    End Sub
    End Class
    Get new key taken from
    this article.
    Public Function AddNewRow(ByVal sender As Customer, ByRef Identfier As Integer) As Boolean
    Dim Success As Boolean = True
    Try
    Using cn As New OleDb.OleDbConnection With {.ConnectionString = Builder.ConnectionString}
    Using cmd As New OleDb.OleDbCommand With {.Connection = cn}
    cmd.CommandText = InsertStatement
    cmd.Parameters.AddWithValue("@CompanyName", sender.CompanyName)
    cmd.Parameters.AddWithValue("@ContactName", sender.ContactName)
    cmd.Parameters.AddWithValue("@ContactTitle", sender.ContactTitle)
    cn.Open()
    cmd.ExecuteNonQuery()
    cmd.CommandText = "Select @@Identity"
    Identfier = CInt(cmd.ExecuteScalar)
    End Using
    End Using
    Catch ex As Exception
    Success = False
    End Try
    Return Success
    End Function
    In closing I have not given you a solution but hopefully given you some stuff/logic to assist with this issue, if not perhaps I missed what you want conceptually speaking.
    Additional resources
    http://msdn.microsoft.com/en-us/library/fxsa23t6.aspx
    Please remember to mark the replies as answers if they help and unmark them if they provide no help, this will help others who are looking for solutions to the same or similar problem.

  • DBMS_SQLTUNE always shows statistics are stale in same situations

    Hi all,
    anybody knows why the recommendations of dbms_sqltune ever shows that the statistics of a particular object are stale ??
    In same situations dbms_sqltune ends with this result,  you calculate statistics like dbms_sqltune recommends (dbms_stats.gather_table_stats or gather_index_stats) but the result is always the same : 'Optimizer statistics for xxxx are stale.'
    I'm working now with Oracle 10.2.0.5, maybe this problem is fixed in Oracle 11 but i don't know.
    Thanks in advance.

    Hi,
    I tested with limited scope and the result was No recommendations.
    I tested after analyze table and the result was 'Optimizer statistics for xxxx are stale.'.
    I think that optimizer can't obtain any results with several sql's and decide to show this message.
    Any other ideas??
    Thanks in advance.

  • IPhone 5s restored from 4s all but my photos and won't finish.  Have tried reset and restore several times but always the same thing. Pat bottom of screen it shows downloading but no pictures transfer.

    Have tried 4 times to reset, erase and restore but always the same result.  Everything restores except my photos. When I go to photos at the bottom of the screen it says downloading but the pictures never transfer.  Every time I turn my phone on it asks to continue restore but it never finishes. It won't let me upgrade to the latest iOS due to incomplete restoration.

    How long has it been since you let the restore just happen? Sometimes photos are what takes the longest to bring back from an iCloud back up. I would recommend that you let it just keep restoring for about 2-3 days and see if more photos come back than what you're experiencing. Also make sure that you are connected to wifi as much as possible so that those photos can be downloaded faster. It is a waiting and being patient kind of thing. I did an iCloud restore from a backup that took 4 days to finish bringing down all my photos.

  • I want to make the adress bar smaller so that my bookmark bar can show more than three icons when placed on the same row.

    I want to have about five to ten bookmark icons in the same row as the search and address bar. So i use Customize... and I put the bookmark bar on the same line. I leave the "Name"-textbox in every bookmark blank so that only the icons appear.
    However, only two icons appear and the rest are displayed in a drop down menu from an arrow you click.
    I don't need the address bar to take 70% of the screen. I don't want the bookmark bar to use an extra row. I just want to have five to ten bookmark icons next to my address and search bar. Is this possible?

    What do you mean with "Save passwords" checkbox?
    Is that box provided by an extension?
    Can you attach a screenshot?
    *http://en.wikipedia.org/wiki/Screenshot
    *https://support.mozilla.org/kb/how-do-i-create-screenshot-my-problem
    Use a compressed image type like PNG or JPG to save the screenshot.
    Websites remembering you and automatically log you on is stored in a cookie.
    * Create an allow cookie exception (Tools > Options > Privacy > Cookies: Exceptions) to keep such a cookie, especially for secure websites and if cookies expire when Firefox is closed.
    Make sure that you do not run Firefox in Private Browsing mode.
    * https://support.mozilla.com/kb/Private+Browsing
    Do not use Clear Recent History to clear the "Cookies" and the "Site Preferences"
    * https://support.mozilla.com/kb/Clear+Recent+History
    Clearing "Site Preferences" clears all exceptions for cookies, images, pop-up windows, software installation, and passwords.

  • Can I put three albums in the same row?

    I have to add a new album to my site; I have two but want the three ones in the same row.
    Is it possible to do it?

    Go to the Page inspector Layout window and increase your page width.
    The default iWeb page width is only 700 px wide and this is one of the contributing factors to making it obvious that a site was built using iWeb!
    The "standard" page width is 980 px as this will fit a 15 inch monitor and is the best width for the iPhone.
    Your biggest problem is that you have too many photos in each album. They are slow to download in Safari and each takes more than 15 seconds to download in Internet Explorer.
    The maximum time the average surfer will wait for a page to download is 7 seconds and, ideally, it should be faster.
    Adding another album is only going to make matters worse.
    By all means, increase your page width to accommodate another album but cut the number of photos to a maximum of 20 to 24. Yours have over a 100!
    You can always add more album pages if you want although this template, and the Photos one, is definitely not the best way to show your photography skills off on a website.

  • Resume spot for movies is always the same

    I'm not sure if this is localized to just me, or if others have the same problem.
    When I start a movie (no matter which one), it always shows the 'resume' dialog at the same position (specific for each movie) no matter how many times I watch it or move the video position diamond in iTunes. It is as if the video bookmark is permanently locked at that spot and there's no way to unlock it. Does anybody know of any way to fix this?
    I have about 110ish full length movies in my library and I even went to the extremes of a clean install of Leopard.
    Thanks in advance!

    I don't think the resume feature works in Front Row in Leopard.
    -Doug

  • Is there a way to add a column after a filled DataTable from SQL with the same rows?

    My problem is that not to add rows like filled by SQLDataAdapter at the same row in DataGridView. How to make that? I showed below the details with my code also a screen shot, which shows the rows differences from the origin one.
    I don't want to add an expression as column behave in my sql script to get what I need with query result. I don't want to obtain that way.
    using (SqlConnection c = new SqlConnection(ConnStrMSSQL))
    c.Open();
    // 2
    // Create new DataAdapter
    using (SqlDataAdapter a = new SqlDataAdapter("SELECT SIPNO, SERINO, TARIH FROM SNOHAREKETLER WHERE Cast(TARIH as DATE) BETWEEN '2015/03/20' AND '2015/03/20' AND (TEZNO = 'T23' OR TEZNO = 'T31') AND CIKTI is null", c))
    // 3
    // Use DataAdapter to fill DataTable
    DataTable t = new DataTable();
    a.Fill(t);
    t.Columns.Add("MyColumn", typeof(string));
    DataRow workRow;
    int iGetCount = t.Rows.Count;
    for (int i = 0; i <= iGetCount - 1; i++)
    workRow = t.NewRow();
    workRow["MyColumn"] = i;
    t.Rows.Add(workRow);
    dataGridView1.DataSource = t;

    The extra column isn't applied to only certain rows.  The columns of a table identify what data each row will contain.  Hence adding a column to the table automatically adds them to the rows.  What you're seeing is that all the initial rows
    aren't being assigned a value so they retain their default value of null.  Later you enumerate the rows of the existing table and call AddRow which adds new rows.  This isn't adding columns, but rows.
    To generate values for the existing rows you should ideally simply pass the data back from the database.  DT computed columns can be difficult to set up as it is limited to what it can do.  If you want to use a computed column on the Datatable
    itself then define the column as a computed column and every row will calculate its own value.
    DataTable data = GetData();
    //Add elapsed time column
    var col = new DataColumn("ElapsedTime", typeof(TimeSpan), "expr");
    data.Columns.Add(col);
    dataGridView1.DataSource = data;
    The issue you will run into however is that calculating a diff on DateTime doesn't work in a computed column as the expression doesn't support the necessary functions.  You can google for how people solved this if you are interested in alternatives. 
    Most people just tend to add the column and then hook into the various change events to update the value as needed.

  • Cisco Jabber for Windows always shows "Away"

    Cisco Jabber for Windows (9.0.1, CUPS 8.6.4, UCM 8.6.2, Exchange 2010) always shows status as "Away" for one user. Others seem to be working correctly showing "one the phone", "in a meeting", etc. Tried reinstalling client with no change. If you manually change to "Available", it changes right back to "Away". Anyone have an idea where to look (registry, logs, etc.)?

    I am seeing the same problem.  I haven't tried a different user to login on the same machine, but I did try closing my client on my primary machine (exited) and then logged in on a different computer with a fresh Jabber for Windows install. 
    I am running Jabber for Windows Version 9.0.2 Build 9453 on windows 7 64bit primarily, and Windows XP as the second test.  Running CUPS 8.6.4 in HA over WAN cluster mode with CUCM 7.1.5 and Unity Connection 8.5.1 ES 16.
    Phone presence information does still flow through when I pick up my phone hand set my status changes from Away to On a Call.
    When I check the presence diagnostic test for my user, it also reports that I am away.

  • I SET UP THE HOME SHARING ON MY COMPUTER, AND i CAN STREAM MY PHOTOS AND SEE ALL THE VIDEOS AND LISTEN SONGS IN MY ITUNES, BUT CAN NOT DO HOME SHARING, ON THE TV, ALWAYS SHOWS "TURN ON HOME SHARING ON YOUR OMPUTER WITH YOUR ID WHICH I DID BUT NOTHING HELP

    I just bought my apple tv yesterday and SET UP THE HOME SHARING ON MY COMPUTER, I CAN STREAM MY PHOTOS AND SEE ALL THE VIDEOS AND LISTEN SONGS IN MY ITUNES, BUT CAN NOT DO HOME SHARING, ON THE TV, ALWAYS SHOWS "TURN ON HOME SHARING ON YOUR OMPUTER WITH YOUR ID WHICH I DID BUT NOTHING HAPPEN. WHAT'S WRONG? WHAT SHALL I DO NOW?

    I have found with AppleTV that it is the IPV6 on the computer you want to access is the problem.  The issue is that Homegroup on Win 7 or Win 8 requires IPV6 to work, but AppleTV won't work with IPV6.  (So maybe double check you have IPV6 turned off)
    So you have to make a choice - Homegroup or AppleTV.... but you can't have both, until Apple brings ATV up to date. (crazy that it does not recognise IPV6 - c'mon Apple!)
    You can set up sharing individually in Win 7 or 8 and have the ATV access files that way.
    Having said that, there is always the exception.. I have an old HP home server running Win8 and it services ATV - but is part of the Homegroup... have no idea why it works on both, but no other machine on the home network will talk to both ATV and Homegroup at the same time!

  • Please can someone explain how to delete email addresses?  I have people who when I type in their name it comes up with the correct email address but then when you hit return to confirm it promptly changes the name to someone else (always the same someone

    Please can someone explain how to delete and email address that when typed in brings up one name but when you hit return to confirm it jumps to another name.  I can't find them in my contacts list but they do come up when you type the first few letters of a name.
    EG If I type xyz and the name of the person comes up, when I press return to confirm that's the one I want then it jumps to [email protected],  always the same def address.
    I can't fathom it out.
    Thanks
    Terri

    Try this:
    Start a new email.  In the To address bar, type in xyz like you normally do, press return to confim, and when the address you want to remove shows up in the address bar, move your cursor over the address you want to delete.
    A small triangle next to the name will show up.  click on it, a drop down menu will open, click Remove from Previous Recipients List.  Then do the drop down menu again and Remove Address.
    Good luck.

Maybe you are looking for