I have this query.
Select
1 "Topbottomflag"
a."row"
......
How can Get the 1 "TopbottomFlag" to stay in the SQL statement. After i edit the Show Sql and run the report the 1 "Topbottomflag" disappears. Is there any way that I can get this to stay. Or put it somewhere else. Also I need the 1 I believe because I'm going to have to UNION with it and put a 2 "TopbottomFlag"
Thanks
Select
1 "Topbottomflag"
a."row"
......
How can Get the 1 "TopbottomFlag" to stay in the SQL statement. After i edit the Show Sql and run the report the 1 "Topbottomflag" disappears. Is there any way that I can get this to stay. Or put it somewhere else. Also I need the 1 I believe because I'm going to have to UNION with it and put a 2 "TopbottomFlag"
Thanks