Click here to Skip to main content
15,891,033 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a fusion table with the following in my Time Column. basically time entered in hh:mm:ss format. I have a am/pm column with the following formula and it is not working:

if ('Time' > '12:00:00', 'pm', 'am')


I am getting all **** instead of pm or am. What am i doing wrong?

What I have tried:

i am unable to find an example in google fusion help site. the code above is not working.
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900