When we go for cell useage in repots

hi,
i want one realy time senario, when we go for to use cell in reports
thx,
venkatesh.

Hi Venkatesh,
Most of the scenarios and examples discussed here are "real time' and 'practical' . I would encourage you to try to search the BI forums for information that you need as this woud help you more than someone just copy pasting the stuff for you. If you need help on how and where to search, please post back and we will be happy to guide you.

Similar Messages

  • HT4914 When I'm using iCloud,and I'm NOT in wifi will I need to pay a service provider for data useage?

    When I'm using iCloud,and I'm NOT in wifi will I need to pay a service provider for data useage?

    It's your choice. If you know that you will be away from wifi then you could download the music that you want to listen to so that it is available on your phone. If you do subscribe to Match and want to be able to access it via your carrier's network then you will also need to be an area where you get reception from your carrier.
    There are also some wifi-enabled external drives that allow you to stream content to a device e.g. Seagate GoFlex Satellite

  • When I update a cell in one file folder I want that same cell

    When I update a cell in one file folder called (X)  I want that same cell to updated in a different file folder called (Y).  Can this be done?

    Question asked and answered many times.
    There is no link between Numbers documents !
    I already posted an AppleScript filling this hole.
    Yvan KOENIG (VALLAURIS, France) dimanche 7 août 2011 15:44:03
    iMac 21”5, i7, 2.8 GHz, 4 Gbytes, 1 Tbytes, mac OS X 10.6.8 and 10.7.0
    My iDisk is : <http://public.me.com/koenigyvan>
    Please :
    Search for questions similar to your own
    before submitting them to the community
    To be the AW6 successor, iWork MUST integrate a TRUE DB, not a list organizer !

  • How can I call a custom javascript function when clicking on cfgrid cell.

    I would like to call a custom javascript function when
    clicking on a cell in an cfgrid (of html format). The closest thing
    I can find is to use the HREF="" attribute, but it doesn't seem to
    work with javascript inside it.
    Simple example:
    <cfgridcolumn name="Foo" header="Foo"
    href="javascript:customFunction(#ID#);">
    Do I need to tap into the underlying Ext JS funtionality? If
    so, where can I start?
    Thanks!

    Hi,
    According to your post, my understanding is that you want to hide/show list columns based on specify the permission for Users, SharePoint Groups or Active Directory Groups.
    Here is a solution from CodePlex for your reference:
    SharePoint 2013 Column & View Permission
    https://sp2013columnpermission.codeplex.com/
    Best Regards
    Dennis Guo
    TechNet Community Support

  • Going in loop when i leave the cell of matrix

    hi all,
    i am doing following code. but when i leave that cell its going in loop and hang the system
    If (pVal.ColUID = ("V_10") Or pVal.ColUID = ("V_3")) And pVal.EventType = SAPbouiCOM.BoEventTypes.et_VALIDATE And pVal.Before_Action = True Then
                        Dim oMat As SAPbouiCOM.Matrix
                        Dim oPkgsize, oPks As SAPbouiCOM.EditText
                        Dim test As SAPbouiCOM.EditText
                        'Dim oEditSample, EditUpperVal, EditLowerVal As SAPbouiCOM.EditText
                        'Dim k As Integer
                        'Dim EntryExit As Boolean = False
                        'Dim val, SelectStr, splt1, splt2, splt, splt3, splt4 As String
                        'Dim FinalVal As Integer
                        'Dim oRecordset6 As SAPbobsCOM.Recordset
                        Try
                            oForm = SBO_Application.Forms.ActiveForm()
                            oMat = oForm.Items.Item("28").Specific
                            oPkgsize = oMat.Columns.Item("V_10").Cells.Item(pVal.Row).Specific
                            oPks = oMat.Columns.Item("V_3").Cells.Item(pVal.Row).Specific
                            TotalPks = Convert.ToDouble(oPkgsize.Value.ToString) * Convert.ToDouble(oPks.Value.ToString)
                            'test.Value = TotalPks
    here is going in loop>>>  oMat.Columns.Item("V_14").Cells.Item(pVal.Row).Specific.value = TotalPks.ToString
                            'oForm.DataSources.DBDataSources.Item("@SCHCON1").SetValue("U_PKGQTY", pVal.Row, "0.0")
                            'oForm.DataSources.DBDataSources.Item("@SCHCONT").SetValue("U_REMARKS", 0, TotalPks.ToString)
                            'oForm.DataSources.DBDataSources.Item("@SCHCON1").SetValue("U_BoxNo1", pVal.Row, TotalPks.ToString)
                        Catch ex As Exception
                        End Try
                    End If
    plz help me..
    thanks in advance

    Hi
    If it is not a system form then use datasource for setting values , try the following code
    If (pVal.ColUID = ("V_10") Or pVal.ColUID = ("V_3")) And pVal.EventType = SAPbouiCOM.BoEventTypes.et_VALIDATE And pVal.Before_Action = False Then
                        Dim oMat As SAPbouiCOM.Matrix
                        Dim oPkgsize, oPks As SAPbouiCOM.EditText
                        Dim test As SAPbouiCOM.EditText
                        'Dim oEditSample, EditUpperVal, EditLowerVal As SAPbouiCOM.EditText
                        'Dim k As Integer
                        'Dim EntryExit As Boolean = False
                        'Dim val, SelectStr, splt1, splt2, splt, splt3, splt4 As String
                        'Dim FinalVal As Integer
                        'Dim oRecordset6 As SAPbobsCOM.Recordset
                        Try
                            oForm = SBO_Application.Forms.ActiveForm()
                            oMat = oForm.Items.Item("28").Specific
                            oPkgsize = oMat.Columns.Item("V_10").Cells.Item(pVal.Row).Specific
                            oPks = oMat.Columns.Item("V_3").Cells.Item(pVal.Row).Specific
                            TotalPks = Convert.ToDouble(oPkgsize.Value.ToString) * Convert.ToDouble(oPks.Value.ToString)
                            oForm.DataSources.DBDataSources.Item("@SCHCON1").Clear()
                              oMat .FlushToDatasource()
                            oForm.DataSources.DBDataSources.Item("@SCHCONT").SetValue("U_REMARKS", pVal.Row -1 , TotalPks.ToString)
                           oMat .LoadFromDatasource()
                        Catch ex As Exception
                        End Try
                    End If
    Hope this helps
    Regards
    Arun

  • Various cell renders for cells (not for columns only) in JTable

    Hello, I need to create a property list with some various values (strings, colors, booleans) just like in Netbeans do. I will use JTable component, but I found I cannot have various cell editors for cells. In JTable cell editors can be only changed for COLUMNS. What sould I do?
    ps - is there any JPropertyPanel avaiable for free on the web?

    I had a similar problem recently whilst working on a Swing GUI designer (you're not doing the same are you? ;o). Presuming you already know how to create TableCellEditors you can use a very simple hack to achieve your goal.
    Either extend the JTable class and override the getCellEditor(int row, int column) method, or override the same method when constructing the JTable (this is what I did). You would need to write something like:
    JTable myTable = new JTable(){
        public TableCellEditor getCellEditor(int row, int column) {
            TableModel model = getModel();
            Object data = model.getValueAt(row, column);
            return getDefaultEditor(data.getClass());
    }The getCellEditor method is called by JTable whenever a cell is to edited, normally it would check to see if the TableColumn has an editor associated with it and return that, if there wasn't one it would get the class of data for the column and return the default editor for that type of class, which is similar to what it does here except it returns the default editor for the class of an individual item of datum.
    Now all you need to do is associate your TableCellEditors with the class types they are to edit with the setDefaultEditor(Class c, TableCellEditor editor) method of JTable. If, for instance, you had an editor for the Color class you would have a line something like:
    myTable.setDefaultEditor(Color.class, new ColorCellEditor());Good luck, and I hope this helps.
    MS.

  • Rules applied to multiple cells trigger color changes when any of the cells

    "Rules applied to multiple cells trigger color changes when any of the cells meet the rule’s condition." That's what Help says, but when I follow the directions, it doesn't work. This is in Numbers 08.
    I have a table where the contents of one column are either "YES" or "NO", depending on formulas using variables from other cells. If YES, I want the fill of that cell and that of two adjacent cells to change from white to green. I select all three cells and use conditional format rules for "text contains:" YES, then choose my fill color. When I return to the table and introduce values for the variables that trigger the rule, only the cell in the YES/NO column changes to green; the other two remain white.
    While I am spreadsheet challenged, I usually can follow directions as plain as those in Help, but it's not working. I couldn't find anything in the discussions after an hour of searching. Is this a known problem or am I just stupid?

    For what it's worth, that's the way I read that line in the User Guide as well. What it actually appears to mean, though is 'Rules applied to multiple cells apply independently to each of the cells."
    Here's a workaround for your three adjacent columns. Long, but fairly simple steps.
    Add a second table to the sheet (Table 2).
    Resize the second table to one column wide and as many rows as you want to apply the conditional format to.
    Set the width of the column to the same width as the three columns you want to highlight, and the row height(s) to match the rows.
    Format to table to have NO Header or Footer row or column.
    Use the Wrap Inspector to uncheck "Object causes wrap"
    In the first top cell of Table 2, enter an = sign, then Click on Table 1 in the sidebar, Click on the first cell that will hold YES or NO.
    Fill the formula down the rest of Table 2.
    With all cells in Table 2 selected, use the Cell Format inspector to set the 'text contains yes' rule and the conditional fill colour for these cells.
    Test the conditional formating by introducing values into Table 1.
    Click on Table 1 in the sidebar, then use the Table inspector to set Cell Fill to 'none'.
    Click on Table 2 in the sidebar, then drag that table onto table 1 aligning it to cover the cells in which the conditional formating is to appear.
    When positioned (and still selected), go to the Arrange menu and Send Backward to move Table 2 behind the (transparent) cells in Table 1.
    With Table 2 still selected, click on the Cell Borders color well and set the Opacity of the borders to 0%.
    Click the Text inspector and set the Text colour Opacity for Table 2 to 0%.
    Regards,
    Barry

  • The options to copy/paste/add comment are not appearing when I select a cell, any idea what I have done?

    I was working on a spreadsheet, adding comments (yellow comment area), then I decided to see what these arrows do (< > ) I can see they are used for skipping through the comments. But now when I try to add another comment, the option doesn't appear, as well as when I select a cell, the options to delete, copy, cut, paste, etc. do not appear either...
    Does anyone know what I've done and how to fix it?!

    You may have a malware infection.
    Do a malware check with a few malware scan programs.<br />
    You need to use all programs because each detects different malware.<br />
    Make sure that you update each program to get the latest version of the database.
    *http://www.malwarebytes.org/mbam.php - Malwarebytes' Anti-Malware
    *http://www.superantispyware.com/ - SuperAntispyware
    *http://www.safer-networking.org/en/index.html - Spybot Search & Destroy
    *http://www.lavasoft.com/products/ad_aware_free.php - Ad-Aware Free
    *http://www.microsoft.com/windows/products/winfamily/defender/default.mspx - Windows Defender: Home Page
    See also "Spyware on Windows": http://kb.mozillazine.org/Popups_not_blocked and [[Searches are redirected to another site]]
    If you can't fix it with the above listed scanners then you need to ask advise on one of the forums that specialize in malware removal mentioned in the <i>Popups_not_blocked</i> article.

  • Why when I copy a cell and paste into another it pastes into the middle of three cells?

    Why when I copy a cell and paste into another it pastes into the middle of three cells? I was very fond of using numbers as it was straightforward and much better than Excel. But I made the mistake of installing Mavericks and Numbers 3.0. Now it is worse than Word at doing what it thinks it wants to do rather than what you want to do. I can no longer copy a cell and paste it into another. For some reason on pasting, instead of pasting into just one other cell it pastes into the middle of three cells - what the ****?

    Thanks Badunit for your quick response
    I have found the answer - it is a incompatabilty between CopyPaste Pro and Numbers: -
    Thanks dbg1596 - solved my problem with which I wasted a good couple of hours getting more and more frustrated with numbers 3.0
    I had the same problem - copy a cell - paste into another cell and it created three vertical cells with the pasted data in the middle
    Definitely a problem between CopyPaste Pro - one of the most useful aps on my Mac for the last many years
    Once I quit CopyPaste Pro - no problem with pasting in Numbers 3.0
    But I use CopyPaste Pro all the time
    Have the folks responded to your query?
    But I use CopyPaste Pro all the time - hope that it can be sorted sooner rather than later

  • What app can you download that will allow wifi calling when you have no cell signal through the network?

    What app can you download that will allow wifi calling when you have no cell signal through the network?

    You might Give this App a Try..  I have not use this my-self but have Look through the Link see what you think..
    Talkatone free calls + texting - Android Apps on Google Play
    Here's some Extra Info I found through C|Net on the app you were asking about
    3 Android apps for Wi-Fi calling with Google Voice - CNET

  • Customer Service just cancelled my chat when I asked for the # to call to cancel. Can i get that #?

    Customer Service just cancelled my chat when I asked for the # to call to cancel service. Can I get that #? We want to get new phones and Verizon will not offer any kind of deal.

    *611 or 1-800-922-0204 and cancel. However if you cancel on the phone you lose your cell numbers.
    If you just go to the carrier of choice, you port out and keep your cell numbers.
    Good Luck

  • Ever since the last upgrade, when I tap a cell to highlight it or add text a box pops up with text from other cells. How do I disable this feature?

    How can I disable a pop up box that appears whenever I tap a cell in numbers for ios? This annoying feature accompanied the last upgrade. When I tap a cell to highlight it, a box pops up with all the words typed in the adjacent cells so I can populate the cell with one of them, but I neither need nor want the suggestions.

    Hi debdor,
    I don't know where to find the setting in Numbers for iOS, but in Numbers for Mac OS X it is under Menu > Numbers > Preferences > General > Editing.
    Show suggestions when editing table cells.
    As you can see, I don't use it.
    Regards,
    Ian.

  • I am changing from Word to Pages. I have created my custom template with all my styles etc and that is what comes up when I go for a New Document. Fine. How do I get it to use the same Custom Template when I use Pages to open a Word document?

    I am changing from Word to Pages. I have created my custom template with all my styles etc and that is what comes up when I go for a New Document. Fine. How do I get it to use the same Custom Template when I use Pages to open a Word document?

    The template is a document in itself, it is not applied to an existing document whether it is a Pages document or a Word document converted to a Pages document.
    You would need to either copy and paste content, using existing styles, or apply the styles to the converted Word document.
    You can Import the Styles from an existing document and those imported Styles can be used to override the current document's styles:
    Menu > Format > Import Styles
    The process is simplified if the styles use the same names, otherwise you will need to delete the style you don't want and replace it with the one that you do want when asked, then the substitution is pretty straightforward.
    Peter

  • My i phone 4 is not letting me download apps cus of my billing information everytime i type the correct information it just keeps saying "security code invalid" when i know for a fact its correct

    MY I PHONE WILL NOT LET ME DOWNLOAD ANYMORE APPS CUS OF MY BILLING INFORMATION IVE FIXED THIS ERROR SEVERAL TIMES ALREADY & IT STILL TELLS ME "SECURITY CODE INVALID" WHEN I KNOW FOR A FACT IT IS NOT. HELP ME

    Contact the card issuer and find out what the problem is.
    Was the card issued in the same countryas the store you're trying to use?

  • How do I update my software, currently on10.6.8 but when I check for new software I'm told that I'm up to date

    Hi,
    I want to update my software, in order to buy Numbers, which requires 10.7. However, when I check for updates I'm told I'm up to date although I see I only have 10.6.8
    Help.
    Thanks in advance

    You are upto date for 10.6 = Snow Leopard...
    The next OS X = Mountain Lion = 10.8   which is a paid Upgrade...
    Upgrade to Mountain Lion

Maybe you are looking for

  • New G/L Line item Datasource 0FI_GL_14 not extracting exchange rate field

    Hi, We are implementing new G/L Line item datasource and standarad field of this datasource KURSE - exchange rate field  not extracting  data. Debugged standard extractor function module but field for exchange rate is not populating even there is a v

  • NTP Errors in Logs

    I am getting the following in my /var/log/errors.log. Does this make sense to anyone? Feb 4 11:51:28 mail ntpd[1134]: bind(21) AF_INET6 fe80::213:72ff:fe69:af50%2#123 flags 0x1 failed: Cannot assign requested address Feb 4 11:51:28 mail ntpd[1134]: u

  • Adding a comment field in block for quality reasons subscreen of XK05?

    Hi Experts, I have requirement to add a comment field in block for quality reasons subscreen. I didn't find any BADI for this requirement. Kindly any one advise is it possible to add this comment field in XK05. Regards, Anusha

  • OM - Change in Text

    Hi all, My client has got a requirement.  I will give an example of it. Position Mgr HR is created from 01/01/2009 Person Hired from 03/01/2009 From 04/01/2009 position text copied and changed from Mgr HR to Mgr Comp (We are copying it as they want t

  • Using Data Integrator with SAP ECC 6.0

    Hi, We're currently using Data Integrator Version 11.7.2.3.  Our primary data source is SAP R3 version 4.7   We're planning to upgrade to ECC 6.0.  I'm trying to determine if it will be necessary to upgrade Data Integrator also.  Can anyone tell me i