I am trying to get column value from a cursor, this column is generated at run time by calculations inside the query, I am getting a null value of this column, I am able to get a value of all other columns which exists in SQLite table.
I execute the same query on SQLite editor, it also shows the value of generated column in result set.
Why this giving null value when I am retrieving it from cursor?