Hi All,
I am trying to create derived table using @variable('bouser') function like below.
Select * from Derieved_Table where Derieved_Table.BOUSER = @variable('BOUSER');
BOUSER | C_id |
---|---|
BOUSER | 101 |
BOUSER | 101 |
BOUSER1 | 102 |
BOUSER | 102 |
i am getting below error when I try to create report
[Microsoft][ODBC Microsoft Access Driver] Syntax error in FROM clause.
eg:-My user ID is BOUSER
I the derieved table i should get 101 related records.
Thanks in advance,
Regards,
Poorna