Hi All, I have data coming from My SQL databse and i had to pivot the columns to make it in a readable format.
i have 2 colums with call_started & call_completed with UNIX datetime format. First i had to covert them to whole number format and then i managed convcert to proper date and time format by adding custom columns.
after i do that i cant save the query anymore and its giving me error as below. Please help