Report based on query with user input
Posted: Thu Jan 15, 2015 12:37 pm
				
				Hi, I am new to openoffice, I have used M$ products till now, but I was sick of paying for such crappy software, so I decided to use OO from now... I had database in Access, so I must create new one in order to use it with OO... but I have a problem. I have queries that asks for user input like this:
Queries works fine, but when I try to make report from this query some random values are displayed and report doesn't ask for input... In access this was simple, report was 100% based on query, and in OO I can't solve this...
please help,what to do in order to display report that is based on query with user input.
tnx in advance
			Code: Select all
SELECT "ID", "Name", "Service", "Price", "Date1", "P?", "P Way", "DP" FROM "tblServices" WHERE LOWER ( "Name" ) LIKE '%' || LOWER ( :IMM ) || '%' AND "P?" = 0
please help,what to do in order to display report that is based on query with user input.
tnx in advance