You can translate the question and the replies:

input parameter in base view

Hi , I m creating a base view using create from query command which is a result of 4 join operation and i want to know if we can use input parameter fields in where condition which already has 3 more where conditions? where s.space_classification_current_nm like '%Lab%' and oa.unallocated_dt is null and oa.allocation_type_cd = 'Space Occupancy' and s.space_control_nbr = ‘@test’ This query is giving me an error for the last line. Can someone please help and tell if this is the correct way to use the input parameter here? and if not what can we the work around?
user
30-11-2022 04:19:44 -0500
code

1 Answer

Hi, There is a related question here: [input parameter at runtime](https://community.denodo.com/answers/question/details?questionId=906Du00000000afIAA&title=input+parameter+at+run+time). Hope this helps!
Denodo Team
30-11-2022 21:06:30 -0500
code
You must sign in to add an answer. If you do not have an account, you can register here