Hello,
I have a question regarding prompts and where clause.
I created some filters that needs to be input by prompt box. I created a variable that is the value of the prompt
urBuildingfloor =UserResponse("Building Floor")
Now, I want to show in the report all meters that have Building floor = value in the prompt. So if in the prompt I have urBuildingfloor1=2
I created other variable that says: Value=[Meter] where (Building Floor = "[urBuildingfloor]"), this is not giving any value, even if urBuildingfloor=2.
But if I do Value=[Meter] where (Building Floor = "2") I have data. What am I doing wrong?
Thanks for helping!