Hello,
I have created a calculation view and it works completely fine.
Now I have a completely strange problem with selecting values from the created calculation view in the SQL console.
If I count the rows in view with normal select it gives 42023
But when I count the rows after selecting some columns it gives 1122 .which should actually be 42023, because I have not applied any grouping or condition.
This is happening because, while selecting from the view it’s skipping some values.
For better understanding
Now I select some columns which has ‘refid’=126869, the result has no values.
But when say “select * “ with same ‘refid’=126869 it gives me correct result.
Can anyone please help me understand where I have gone wrong?
For information i am using AWS SAP HANA Developer Edition Rev 68
Thank you!
Regards
Dharnesh