I am trying to build a query to find the conversation rate for a set of Canvas Name. When I execute below script
select * FROM USERS_CANVAS_ENTRY_SHARED
--where "Canvas_Name" ilike '%Promotional%'
limit 10 ;
I am able to see the "Canvas Name"

but when I see the view properties, I do not find the column "Canvas Name"

I am trying to fetch the Canvas_ID by providing Canvas Name. Please help.