Forum Discussion
GrahamR99
Resolver I
8 years agoFilter based on Parmeter
Hello I'm trying to do a basic query, using a Parmeter. I have a Oracle query with results called Retail_Weeks. I have a Parmeter called Retail_Week. I want to have a new query with just da...
v-sihou-msft
Microsoft Employee
8 years ago
You should concatenate the string within Query part. It will be like:
let Source = (Retail_Weeks,[Query="Select * From Retail_Weeks where RW_WEEK_NUMBER = ' "& Retail_Week&" ' " ]) in Source
See my sample below:
Regards,
- GrahamR998 years ago
Resolver I
Hi
Thank you for the help, but the code you have given me does not work, it comes up with the error;
Expression.SyntaxError: Token RightParen expected.
I don't know what this means, can you help any futher please?
Regards
GrahamR99
- GrahamR998 years ago
Resolver I
Hello Simon Hou-MSFT
Is there any more help you can give me please, I still struggling with this problem.
Regards
GrahamR99