Micha
unread,Dec 9, 2009, 9:06:46 AM12/9/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google Visualization API
Hello,
I build a table with the visualization DataTable().
With DateFormat({pattern ... I try to give a special format to cells
with a date in it.
Everything works fine as long as there is a date in the cell. But is
there an empty cell, the API wouldn' t work.
There ist an error message like: 'null' is null or not an object
Does anybody have got an idea how to check, whether the cell ist empty
or not and just use the pattern, if the cell is not empty.
Thank U