HI Srihari,
I have to add few columns in the view, where columns are created by doing some calculations from tabA&B, I would like to query inside the view.
Calculations are like, if an entry1 of tabA> Entr1 of Tab B then create a new column as Win,
if an entry1 of tabA < Entr1 of Tab B then create a new column as lose6
If you can suggest some other option, it would be great help.