Hi Sumeet,
Hana Studio will not allow you to attribute views on Row store tables. It will only allow you on column store tables.
You can create analytical and calculation views on row store tables also .
If you want to change the Row store Table to column store and then You can build Hana views on top of it.
Alter Table <Schema name>.<Table Name> COLUMN
Thanks
Kala
Thanks
Kala