Has anyone tried the "Table Filters" with Numbers 3.0 (Maverick).

I use the formula If(isblank(A5),"","Data"). the previous version of Numbers treated the "" as a blank cell and the Table Filters did not display that row if I had the "Reorginize" filter set to "Is Not Blank". The Maverick version treats the "" as text. Has anyone found a work-around for this?

EM,
I'd suggest that you try changing
If(isblank(A5),"","Data")
to
If(isblank(A5)," ","Data")
I changed the null string to a space character.
When you sort, choose text is NOT a space. (Edit: I meant to say Filter, not sort)
Jerry

Similar Messages

  • Has anyone tried the TV@nywhere with SECAM?

    Est-ce que n'importe qui a essayé le TV@nywhere Master avec SECAM?
    I am considering living in France, has anyone had any experience with this card using the SECAM TV standard?
    Est-ce que j'habiter en France, n'importe qui considère a eu une expérience avec cette carte en utilisant la norme de SECAM TV?

    Sorry, no idea.

  • Has anyone tried the Zagg Smartbuds with Lumia 920...

    I just found that Zagg offers 50% discount in their website. I already have all my stuff covered in shields similar to theirs, but I was thinking of using the discount towards the Zagg smartbuds.
    So I was just wondering if anyone on here has personally used them and if so, what's your opinion on it?

    How long is the sale on for? I can try this evening, but here is what was the deal on the 900. The Zaggs have a single button control, which worked fine on the 900. Play Pause, answer/end, worked fine and I think double click forward, triple back, but don't hold me to that. The issue with third party headphone controls is that the volume stuff generally doesn't work because it is geared to iPhone (proprietary). In the Zaggs case they have a physical volume slider, so you can control the volume down from whatever you have the phone set to. It doesn't control the phone volume, like Nokias own headphones do. Other than that, the Zaggs are good earphones, especially at half off.

  • Has anyone tried to extend Spatial with a 3D primitive?

    Has anyone tried to extend Spatial with a 3D primitive that for example can model buildings and tunnels? I am trying to add the polyhedron primitive next to the existing point, line, polygon model. I just want to hear some tips or ideas...

    The plan is to make a new GType and new stored functions that recognize this GType.
    A polyhedron could be of type 3008,3D and 8=polyhedron(=new). The elem_info
    and ordinates contain multiple planes. Self-created stored functions would be
    able to recognize this GType, e.g. area3D should give the sum of the areas of all the
    faces of the polyhedron and should also work on Gtype=3003 and give the real area
    of a 3D polygon instead of the projection.I wouldn't suggest this methodology if you are considering using any spatial indexing or
    functions with your data.
    There is a mechanism Oracle Spatial has for defining custom datatypes. It should only
    be used with custom apps, i.e. it won't be usable in the context of applications that know
    about Oracle Spatial data types.
    The mechanism allows you to define you own element using an element type of 0, and using
    the interpretation to define what you are looking at. You would also include an a supported
    element type that approximates your geometry, and that element is the one that is indexed,
    and the gtype entered is associated with that geometry. Your private functions could access
    the 3d geometry when required. For instance, you want to have a 3d cube. It might look like this:
    sdo_gtype=3002
    sdo_elem_info=(1,2,1, 7,0,1, 22,0,2 etc.
    sdo_ordinates=(0,0,0,2,2,2, 0,0,0,2,0,0,2,2,0,0,2,0,0,0,0, 2,0,0,2,0,2,2,2,2,2,2,0,2,0,0, etc
    the 1,2,1 in the elem info array corresponds to a 3d line string that when indexed with a minimum bounding
    volume encloses the 3d cube. The 0,0,0 and 2,2,2 in the ordinate array stored as the line string when indexed
    include the bounds of the cube. Next in the elem info array are 7,0,1. The 7 means offst 7 in the ordinate array
    and in this example is fixed. Next the 0 tells Oracle Spatial to ignore this element. The interpretation of 1 you define,
    the number could be anything. Since it is my example, I'll say the 1 means this is the definition of the first face in the
    x,y plane (i.e. the front face of the cube which faces me). I've set the ordinate array with the coordinates of that face.
    Next in elem info comes 22,0,2 which is starting at offset 22 there is another element that Oracle spatial should ignore
    (element type 0), and next comes 2, which might mean this is the second face definition, that I've defined as the right
    hand side y,z plane.
    etc.
    The meaning of the interpretation value is only limited by your imagination.
    Note while you can index three dimensions if you want, the only spatial functionality that supports 3d is a spatial
    index and a filter query, and some lrs functions. You will not be able to run any operator except for SDO_FILTER if you
    have a 3d index, and all spatial functions will only work on 2d.
    Do not define your own gtype and expect to use spatial. it will not work.

  • Has anyone tried DisKWarrior V4.2 with Snow Leopard V10.6.3?  Does it work?

    Has anyone tried DisKWarrior V4.2 with Snow Leopard V10.6.3? Does it work?

    Well, there is an article on MacWorld saying there were a lot of changes and improvements to Disk Utility.... and those have a way of impacting things.
    I got surprised to have trouble after 10.6.3 with SuperDuper on two different systems, that I am still scratching my head over, but had to use Carbon Copy Cloner and RESTORE in Disk Utility for now, would crash (sent report to both) as soon as SD began.
    TechTool Pro 5 is another that sometimes needs to take a couple weeks to see if they need an update and validate against the final shipped build.

  • Has anyone tried the new MS Oracle DataProvider ?

    Hi all.
    Has anyone tried the Microsoft issued Oracle .Net data provider? I am not fond of switching horses in midstream (have been struggling with ODP for a few weeks). I do not like the ODP for these reasons...
    1) Documentation is really non-existant/useless especially where hueristics and 'gotchas' are concerned
    2) it is a HUGE install (why I have no idea)
    3) some things simply do not work (like my recent rants on trying to return varchar2's from stored procs and functions).
    Is the MS any better ?
    Thanks

    Hi,
    1) There is a pdf doc and integrated help which comes with the ODP.NET. There are a few gotchas which could cause some hair-pulling moments. Sometimes it helps to read the same doc several times to really know what to do.
    But instead of wasting time reading the doc, the samples cover most of the typical cases. (i think it includes your varchar2 output bind case).
    2) The huge install is due to Oracle Client 9. The provider needs several dlls beyond Oracle.DataAccess.dll and OraOps9.dll. There are some other oracle standard dependencies also. MS provider for oracle will have the same issue (I think they need oracle client install also).
    There a few post where the `Instant client install` is going to solve that.
    But the thin client (like JDBC thin driver for oracle) is still (IMHO) the best solution for the huge install problem.
    3) See my reply in the other post. (try the sample also)
    Finally, which some other posters have mentioned before: Good luck looking for help for MS's provider when you are stuck.
    Arnold

  • Has anyone tried the Yosemite beta?

    Has anyone tried the Yosemite beta?  Or shall I just wait for the official version to come out?

    Beta OS software should only be installed on a test machine, NEVER a primary device, and honestly only by someone with a compelling reason (testing, development).
    Yes, wait for final version this fall.

  • Has anyone tried the Normalizer app?

    Has anyone tried the Normalizer app?  We are looking for something that will normalize job level for us.  The only app I have found was the normalizer and a lot of the links on their website don't work and it doesn't look like they have has any activity on their site for over 6 months.

    Great!! Thanks LB
    From: Leigh Burke
    Sent: Sunday, January 04, 2015 2:14 PM
    To: Thomas Reyto
    Subject: You have been mentioned by Leigh Burke in Re: Has anyone tried the Normalizer app? in Topliners
    http://topliners.eloqua.com/
    You have been mentioned
    by HYPERLINK "http://topliners.eloqua.com/people/lburke?et=notification.mention"Leigh Burke in Re: Has anyone tried the Normalizer app? in Topliners - HYPERLINK "http://topliners.eloqua.com/message/56819?et=notification.mention#56819"View Leigh Burke's reference to you

  • Has anyone tried running Dragon NaturallySpeaking (for Windows) on Mac Mavericks?

    Has anyone tried running Dragon NaturallySpeaking (for Windows) on Mac Mavericks? I have finally given up on Dragon Dictate for Mac, which alas, after years of buying every new updated version, is still exceedingly buggy and does not begin to compare in quality to the PC version. I love my Mac, and don't like my PC at all, but the third-party  voice  dictation software for Mac is so pathetic, that I have wound up dictating on my PC, and then sending it to my Mac: an truly annoying and Baroque process. I was able to train over 120 words in Sanskrit word perfect on Dragon NaturallySpeaking, but on Dragon Dictate for Mac, I can't even get it to train my name. I know this is not an Apple problem, but I'm trying to find a way around by possibly running the DNS version on Windows on my iMac.
    I have a hand disability, so I really do need to use voice dictation, both for dictating and navigating on my computer.
    If anyone is doing this, are you using Boot Camp, VM fusion, or Parallels? How well does it work? Has anyone discovered anything else I ought to be considering, before giving this a try? I had tried running this on an old on 2008 iMac (with much less power), using Parallels, but it was incredibly slow. Now that I have a much more powerful iMac, I'm wondering whether it would be worth another try. As it will be quite an investment to purchase all this third-party software to get Dragon up and running, I was hoping to get a sense of how well it works, before plunking down the cash. I would be extremely grateful for helpful feedback.
    IMac, Mavericks OS X 10.9.4, 3.5 GHz Intel core i 7, 8 GB 1600 MHz DD3, Dragon NaturallySpeaking 12, Dragon Dictate 4.0.2

    You cannot run a Windows application on a Mac unless you run Windows on the Mac.
    Windows on Intel Macs
    There are presently several alternatives for running Windows on Intel Macs.
         1. Install the Apple Boot Camp software.  Purchase Windows
             XP w/Service Pak2, Vista, or Windows 7.  For Boot Camp
             4.0 and above you can only use Windows 7 or later. Follow
             instructions in the Boot Camp documentation on
             installation of Boot Camp, creating Driver CD, and
             installing Windows.  Boot Camp enables you to boot the
             computer into OS X or Windows.
         2. Parallels Desktop for Mac and Windows XP, Vista Business,
             Vista Ultimate, or Windows 7.  Parallels is software
             virtualization that enables running Windows concurrently
             with OS X.
         3. VM Fusion and Windows XP, Vista Business, Vista Ultimate,
             or Windows 7.  VM Fusion is software virtualization that
             enables running Windows concurrently with OS X.
         4. CrossOver which enables running many Windows
             applications without having to install Windows.  The
             Windows applications can run concurrently with OS X.
         5. VirtualBox is an Open Source freeware virtual machine such
             as VM Fusion and Parallels that was developed by Solaris.
             It is not as fully developed for the Mac as Parallels and VM
             Fusion.
    Note that VirtualBox, Parallels, and VM Fusion can also run other operating systems such as Linux, Unix, OS/2, Solaris, etc.  There are performance differences between dual-boot systems and virtualization.  The latter tend to be a little slower (not much) and do not provide the video performance of the dual-boot system. See MacTech Labs- Virtualization Benchmarks, January 2013 | MacTech for comparisons of Boot Camp, Parallels, and VM Fusion. Benchmarks of all of the above except Crossover can be found in Benchmarking Parallels, Fusion, and VirtualBox Against Boot Camp - The Mac Observer. Boot Camp is only available with Leopard or later. Except for Crossover and a couple of similar alternatives like DarWine you must have a valid installer disc for Windows.
    You must also have an internal optical drive for installing Windows. Windows cannot be installed from an external optical drive.

  • Has anyone tried to sync photos with the cable to itunes rather than how it should work via Wifi with iCloud?  The info on the Apple support page says that you should backup to both iTunes & iCloud, but 2x the Genius Bar told me not to.  Help please!

    Has anyone tried syncing their photos to iTunes with the cable in addition to how it should work via wi-fi on iCloud?  On the Apple support info page, it says you should do both types oof backup. The Genius Bar told me 2x not to do both.  What experiences has the community had?  I'm also having syncing issues with photos most recently as well as contact updates.  (I have an iPhone 4S with the iOS7.1)  Thanks much!

    It sounds like you are mixing up several different things (or not using the terminology that Apple uses).
    One thing is backup. You can backup via icloud or via iTunes and there is no reason you cannot do both -- I do and the second link below from Apple gives instructions. Doing a backup will include photos from the Camera Roll in the backup but you will not be able to see the results -- all of the backup data will be stored on iCloud or on your computer in files that are not designed to be accessed by you for any purpose other than restoring to your phone in the event of a problem. More information on backup:
    http://support.apple.com/kb/HT1766
    http://support.apple.com/kb/HT5262
    If you simply want to transfer photos from an iPhone to a computer, the terminology Apple uses for that is "import" and it is done without iTunes. New photos (taken after you change the setting) can be done via PhotoStream which is a cloud based option. The other option is via cable. Instructions for both: http://support.apple.com/kb/ht4083
    Syncing via iTunes (with regard to photos) is used to transfer photos the other direction -- from the computer to the phone. Instructions for that http://support.apple.com/kb/HT4236

  • Has anyone tried the new retina display MBP with a projector?

    I bought a new MacbookPro with retina display online the other day (hasn't arrived yet).  I use this primarily for business doing presentations etc.  Has anyone tried connecting a projector using the Thunderbolt VGA adapter?  Just curious if it'll work.
    Thanks

    Similar problem. I used my macbook Pro Retina with my Thunderbolt to VGA adapter all through the fall, and never had any trouble with it. Just before Christmas I got a Thunderbolt display.
    Since that time, whenever I connect the projector, I get a black screen. I can see and move the mouse, but nothing else. Other computers still work with the projector.
    I'm not certain if the Thunderbolt Display has anything to do with this or not, but it's just the timing that it happened.
    Grateful for anyone that can offer help!

  • Has anyone tried the suggestion from the macfixit site

    see my earlier post, "painfully slow connection".
    Has anyone tried installing the combo 10.4.5 update from the mac support site.
    my imac came with 10.4.4 so I assume autoupdate just installed the latest delta, but perhaps there is a problem with the installer and an incorrect library version was linked with the library. Just surmizing , but that could cause a problem.
    Anyway reinstalling the update won't hurt anything I don't think anyway.

    I tried it and it didn't do anything noticable. At first I downloaded the PPC version by mistake and it wouldn't accept it. A little more digging turned up the intel version. But again no change.
    What I found that is working for me is setting up my router to work in "b" wireless mode instead of "g" or "b/g". It has solved the problem for now and since the speed to the router still exceeds that of my ADSL line I have noticed nothing but fast and consistent internet access.
    Mike

  • Has anyone tried the Zeiss Screen Eraser on their iphone 5?

    Carl Zeiss company is known for fine optical gear.  When I tried locally to find a flat-weave microfiber cloth for cleaning my iPhone 5, all I could find was a kit with the cloth and a Zeiss Screen Eraser, made for cleaning LCD screens and touch screens.  The Zeiss Screen Eraser contains a soft sponge moistened with a solution that does not contain alcohol or ammonia.  The pictures on the package show what looks like a Kindle or iPad, a Blackberry-type phone, and a laptop.  So far I have resisted trying it on the oleophobic screen of My iPhone 5, using only the microfiber cloth, which by the way is high quality, which you would expect from Zeiss.  I would very much love for Apple to test the Zeiss Screen Eraser and see whether it is safe to use on iPhone screens.  In the meantime, has anyone in the community been brave or foolish enough to test it themselves?  Thank you.

    Here's what Apple recommends:
    http://support.apple.com/kb/ht3226#iphones
    Especially this part:
    Keep liquids away from the product.

  • Has anyone tried 1 terabyte drives with Apple G5 PCI RAID card 1M9699g?

    I am planning on setting up RAID 5 on one of my PPC G5 Xservers with an Apple PCI RAID card and 3 Hitachi 1 terabyte HDs. At $180 a drive and a $300 or so for a card this seems like a good setup. Has anyone tried this or have any suggestions.

    It worked, for about $860 I now have a 1.8 TB xServer

  • Has anyone tried to use Labview with VNC

    I am trying to use VNC viewer and Labview to remotely code/control labview application. Lots of right clicks dont show up on the VNC. I guess this happens only for Labview and not for other applications. Has anyone tried to use VNC before? is there a workaround?

    Just confirmed that each of the above items works properly in our setup, using either WinME or Linux as the controller of the Win98 host. In the 'Connection Options' screen of the controlling computer I have only 'Auto-Select' and 'Emulate 3 buttons' checked. 'Current User Properties' on the controlled computer has only 'Accept Socket Connections', 'Do Nothing', 'Remove Desktop Wallpaper', 'Poll Foreground Window' and 'Poll Console Windows Only' checked. Hopefully one of the above will make a difference.
    Matt

Maybe you are looking for

  • Errror while Running the ant file(build.xml) when applying B2B-BPEL patch

    Hello all, I am trying to apply the B2B WSIL Browser patch and while running the ant file i got the following warning while backing out d3l.jar file echo Backing out dl3l.jar to avoid conflicts with B2B... move *Warning: Could not find file C:\produc

  • Adobe Flash CS4 Quits when opening any file

    Hello, I hope someone here can help me figure out why my Flash CS4 on a Mac 10.6.2 machine crashes unexpectedly every time I open a file. (I have posted the entire crash log below) The program will open, and even stay open when I choose a .fla file f

  • Cannot start solaris after successful installation. Monitor Screen blinks

    After installing solaris 10 U 3 when it starts. The login prompt comes. Then it automatically tries to start X and the monitor starts blinking. Thereafter there is nothing i can do instead of restarting my computer. My concerns are as under. 1. Is th

  • My iMessage still isn't working?what do I do?

    My iMessage stopped working.l earlier today and hasn't come back up.what do I do?

  • New Form 24 Program from April 2008

    Hi Experts In Service.sap.com/hrin page and in the Note 1067264 ( New Program for Form 24Q e-File generation) It is given that from April2008 we need to use new Program for Creating F24 but when i execute the transaction it is simply the old one(Crea