Hello

I need help to change the select commnad for the report...

I have an sqlserver database and with the help of the wizard i managed to create the report for one table ( the one that i need info), i created the report without any type of parameter (something like SELECT * FROM table)...

My problem's that i have in the table a bit column, what i want to do if it's possible, is when the user click a button, get prompted to show every record, the ones that the bit's 1 (true), or bit's 0...

It's possible to do this at runtime? and how?

Thks