Filter checkbox disabled in Numbers 09

I have previously been able to filter a spreadsheet using Numbers 08, but the functionality does not seem to be working in Numbers 09. I cannot get the checkbox checked -- it is always disabled [grayed out]. Has anyone been able to get it to work? This is on a spreadsheet that was originally created in Excel and then opened in Numbers 09.
Thanks,
-Sandy

What are you unable to do?
(1) check / uncheck the boxes
(2) apply a filter to display rows with checked boxes.
If it's case 2, at least with a document created in Numbers it behaves well.
Remember than, before defining a filter you must define a column in the dialog.
Yvan KOENIG (VALLAURIS, France) mardi 15 septembre 2009 14:32:38

Similar Messages

  • html:checkbox disabling based on a condition

    does anyone know how to disable the <html:checkbox ?? it should be disabled based on some condition
    thanks

    It is very unclear what you want. There is a disabled flag available to html:checkbox. You could do something like:
    <html:checkbox disabled="<%= somebooleanVar %>" ...and so on. What are you trying to do?
    Need Java help? Want to help people who do? Sit down with a cup of Java at the hotjoe forums.
    Sure they're new - come get them started!

  • Dispaly / Filter checkbox field in IRR

    Hi All
    I'm working with Interactive Reports in Apex 3.2. There is an indicator field (boolean 1 = yes 0 = no)that the users would like to have displayed in the report as a checkbox. Also there is a requirement to filter on this field. For example: if they wanted to display only the assets with a maintenance contract. My current code does not work this way.
    To create the checkbox in the report the sql I have -
    apex_item.checkbox(1,"GINOS_ASSET"."ID_ASSET",decode("GINOS_ASSET"."IND_MAINT_CONTRACT",'1','CHECKED DISABLED')) as "Maintenance Contract"
    The database field is a number set to 0 or 1 depending if a contract was purchased.
    Using the apex_item.checkbox when the users try to filter the results of the array show individual values. - fo2, f03 etc..
    I'd appreciate any help I can get on this.
    Thanks
    Moe

    Thanks Jari
    I've decided to go that route and remove the checkboxes completely
    Instead of
    --apex_item.checkbox(1,"GINOS_ASSET"."ID_ASSET",decode("GINOS_ASSET"."IND_MAINT_CONTRACT",'1','
    --CHECKED DISABLED')) as "Maintenance Contract",
    I'll use -
    decode("GINOS_ASSET"."IND_MAINT_CONTRACT",'1','Yes','0','No',' ','Unknown') as "Maintenance Contract"
    Which the users can filter on, I've sent it out to UAT for feedback. I hope the users like it.
    Thanks Again
    Moe

  • Disabling Skype Numbers- Major Issue

    I have 2 skype numbers and for one of the two, I have been put on a spam list and am now getting about 100 (seriously) calls a day from a multitude of numbers. Now, I need to keep my other number for my job so when I finally find the skype live chat support (which Skype has done very well at hiding), they tell me there is NO way for me to disable my skype number except for waiting until my subscription runs out (in 2 months). Also since there is no way to tell which number someone is calling you on (i.e.skype number #1 or skype number #2), now I have to answer ALL of the calls so I can filter the 3-4 important business calls a day from the 75-150 spam calls I am getting.
    Am I missing any ways to disable my number or is skype really this inferior of a service?
    This is the last straw for me, Skype is not sitting in good standings with me anymore, not after this fiasco. 

    Ditto - I agree this is a major issue. Likewise I used my Skype number on contact details for a trade directory and since the New Year we are getting about 30 calls a day from salesmen. I too have purchased a new number, but desperately want to disable the old number. I dont want any kind of refund for the unused portion of my subscription. I have basically had to keep signed out of Skype during working hours in order not to be disturbed!  Please help!

  • Checkbox disable/ enable in tabular form

    Hi,
    I am using apex4.2,
    i have column "ACTIVE" in tabular form. it is simple check box type return value "Y/N".
    i want if i tick on one check box of active column then other check box should disable , and selected checkbox should have a value of "Y" and other check box should have value of "N".
    how i can do this?
    Thanks & Regards
    Vedant.

    Vedant wrote:
    Hi,
    Could you help me to write the code. My column in tabular form are 13,14,15,16
    If i enter value in field 13 then 14 and 16th column should disable and
    If i enter value in field 14 then 13 and 15th column should disable.
    How i can do this?
    Thanks & Regards
    VedantI haven't tested this code; but the following can be your approach:
    In the "Element Attributes" field of the 13th column, you can call a javascript function as:
    onblur = "javascript:updateCols(this);"In your browser, right-click each of your columns (one at a time) and choose "inspect element" to check the HTML element attributes. Assuming that the 13th column in your tabular form is rendered in the HTML as f13, 14th column as f14, 15th column as f15 and 16th column as f16, write this JS function in the page HTML header:
    <script language="JavaScript" type="text/javascript">
    function updateCols(pThis)
        var vRow = pThis.id.substr(pThis.id.indexOf('_')+1);
       if (pThis.value.length > 0)
           $('#f14_'+vRow).attr('disabled',true);
           $('#f16_'+vRow).attr('disabled',true);
       else
           $('#f14_'+vRow).attr('disabled',false);
           $('#f16_'+vRow).attr('disabled',false);
    </script>The above JS function is fired when the user tabs out of the 13th column. The function then checks the length of the value entered by the user in the 13th column. If the length is greater than 0, it disables the 14th and 15th columns. Else, it enables them.
    The above code is for your first scenario:
    If i enter value in field 13 then 14 and 16th column should disableYou can do the same for the other scenario.
    Hope this is clear. Or else, give me access to your workspace and I can try the above there.

  • Calculate percentage based on checkbox results in Numbers iOS

    Using Numbers iOS, I've created a gradebook to keep track of my students' progress.
    I have used the Checkbox format for my results, and I would like to create a formula that will calculate a percentage based off of the checked results.
    What formula could I use to convert the TRUE and FALSE results from my checkbox cells into 1s and 0s, add up the score, and then convert the total score into a percentage?
    I've attached a picture to help explain what it is I'm trying to do here. I'd like to keep the checkboxes cells as checkboxes and only have the results converted in the "Grade" Column.
    Thanks for your help!

    Hi joey,
    Here is an approach. The screenshot is from OSX but the formula should work well for you.
    The formula in F1 =COUNTIF(A1:E1,TRUE())÷5
    My reporting cell is formatted as %.
    quinn

  • Checkbox disabled facility in portal 8.1

    Hi,
    I need to disable the checkbox from the server side code. I would not be able
    to find respective attribute from the tag <netui:checkbox ...>.
    please tell us, is this is a bug in the weblogic portal 8.1 (currently i am using
    weblogic portal 8.1) or something else.
    thanks,
    shashi

    The PortalServletFilter supports form-based login and will fire a
    SessionLoginEvent to the EventService when a user goes from
    unauthenticated to authenticated (assumging the fireSessionLoginEvent
    init param is true, which it is by default).
    You can configure BehaviorTracking to persist events to a database
    table. Most of the 7.0 docs
    (http://e-docs.bea.com/wlp/docs70/dev/evnttrak.htm#998197) are probably
    still valid; they haven't moved been migrated into the 8.1 doc-set yet.
    Or, you could write your own ServletFilter which notices when a user
    become authenticated and performsn your action. With this, you would
    have full access to the live HttpServletRequest and HttpSession.
    Greg
    olivier wrote:
    Our portal is secured with a form-based login page.
    How can we track the login event ?

  • Have filter function in iOS' numbers? Any one can teach me?

    Hi, any one know in iOS' number have filter function? I really no idea about this. Who can teach me?
    Thanks....

    You can read the online Numbers guide here: http://help.apple.com/numbers/ipad/2.2/

  • Checkbox disable

    Hi Friends,
       I am displaying a ALV Grid Report with Checkbox at end of each row.  My requirement is whenever the checkbox is checked that coresponding check box should be in disable mode.
    Pls advice .
    Thanks in advance
    kar

    hi
    good
    pls check this code.
    DATA:it_exclude TYPE slis_t_extab,
    x_exclude TYPE slis_extab.
    Clear:x_exclude, it_exclude.
    x_exclude-fcode = '&ALL'. "Function code for Select ALL option
    append x_exclude to it_exclude.
    CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'
    EXPORTING
    I_INTERFACE_CHECK = ' '
    I_BYPASSING_BUFFER = ' '
    I_BUFFER_ACTIVE = ' '
    i_callback_top_of_page = 'TOP_F_PAGE1'
    i_callback_program = sy-repid
    IT_EXCLUDING = it_exclude
    i_callback_pf_status_set = 'PF_STAT'
    i_callback_user_command = 'USER_CMD'
    i_structure_name = 'EKPO'
    is_layout = layout1
    it_fieldcat = fieldcat
    TABLES
    t_outtab = it_ekpo.
    Note:this code will work only if you dont set your own PF status.It you customized the PF status,then you have to give that FCODE ,while setting up youe own PF Status.
    Eg:
    SET PF-STATUS 'GUI_ALV' Excluding '&ALL'.
    thanks
    mrutyun^

  • Disable Manual  Numbering Series

    Dear Experts,
    I'm trying to disable the Manual Document Numbering Series in SAP 2007 B1 PL 49.
    I would like SAP to use only Primary numbering Series for all its documents.
    Kindly advice.
    Regards,
    Feroz

    Dear Feroz,
    Please ensure the option of 'permit more than one document type per series' is ticked under the company Details.
    Asif

  • Can't access checkbox: 'Disable automatic Login'

    On the security settings 'General' tab, only the checkbox for 'Require password (immediately, etc.) is enabled. All options under it are ghosted an inaccessible including 'Disable automatic login'. How do I make these options available? I need my Macbook to require a login on startup.

    Click on the "lock" in the bottom left of the screen. Supply your admin password and the options then become available.
    Cheers

  • Icloud photostream checkbox disabled

    The photostream checkbox is disabled when I open icloud from my PC control panel -- I am unable to check the box.  How do I enable the checkbox so as to use photostream on my PC.
    I'm running Windows 7 Home Edition.  I have the latest updates and most recent version of iTunes (if that is applicable).  Please offer a solution.
    Thanks!

    I ended up uninstalling the iCloud control panel and reinstalling it. Works fine now.

  • How to define the Update key ? Checkbox disabled !!!

    I'm trying to update a dimension using IKM SQL Incremental KM but the Key checkbox is disabled for all fields.
    Why is that? Is it because a primary key has been defined on that datastore in the module?
    Under Interface->Controls->Constrains the primary key I defined is Yes. Even that, if I run the interface for second time, it returns an error (unique constraint violation on an index created in database based on primary key)

    As I said: in Interface->Diagram you have to select target table and to specify Undefined key for Update. Once you will do that, Key checkbox will be active for all table columns.
    Then mark Key checkbox for all fields that generate business key.

  • Setting multiple selection checkbox disabled at row level

    Hi all
    i have a query bean in my page .once user clicks on the Go button ..the records gets displayed in an advanced table .this table has one table selection column (multiple selection).
    now based on a attribute value i need to disable these check boxes .
    if attribute1 for a row is 'Y' i need to disable it otherwise enable it..
    there is no disabled property in the property inspector for this bean so i cant set any SPEL for this column..
    kindly help me out
    naveen

    thanks a lot to all of u
    i have resolved this issue as follows
    OAAdvancedTableBean srTblBean=
    (OAAdvancedTableBean)webBean.findChildRecursive("XXPAAssignResourcesVO1");
    srTblBean.setSelectionDisabledBindingAttr("workflowActive");
    where workflowActive is a transient Boolean attribute .and i m setting this attribute based on the value of Attribute1 in VORowImpl setworkflowActive(String Value) Method.
    it worked at row level..
    Naveen

  • Several Checkbox's in Numbers, Use Last Checkbox Data ONLY

    Hello,
    I Need some help.
    Here is what I want to achieve:
    I need Data in 1 cell on WHEN a Job was last done. I curently have checkboxs which are ticked each month when the Job is completed, I need a cell to look at all checkboxes for the year and use the LAST checkbox that is ticked to tell me when Job was last done.
    What I have done so far:
    Date is above checkboxes for date Job done
    so formula in cell is: =SUMIF(G2,"=true",G1) G2 = Tickbox & G1 = Date Job Done
    BUT I need it to do same thing for every tickbox for the year and cell uses data from last tickbox in that year.
    Hope that make sense but i NEED help

    MJ,
    This solution uses an auxiliary table to facilitate the last date determination.
    It also employs some hidden columns in the main table. If a Done box is checked, the date for that done box is repeated in the done box row. That content is picked up in the auxiliary (Dates) table, which collects all the done dates in the Main table. Back in the Main table, the next service date picks the max date from the Dates table for each row and adds the appropriate number of days.
    Here are the formulas...
    Next serv due:
    =MAX(Dates :: 2:2)+E*7
    Paste formula into first data row and Fill Down.
    Column J serevice date:
    =IF(G, H$1, "")
    Fill Down and copy to other service date columns
    Dates Table, cell B2
    =IFERROR(INDEX(Main, ROW()+1, COLUMN()*4+2), "...")
    Fill Across, then Fill Down
    Let me know if you have any questions or if I have left anything out.
    Jerry

Maybe you are looking for