Filter using a expression in a range of variables
Posted: Mon Dec 16, 2013 3:13 pm
Hello,
I was wondering if anyone can help me. I am having problems using the expressions filter on the Databands. I am trying to display the information for only a few different country instead of the whole list that I have in my SQL database. Some of the countries are China, Japan, US, Thailand, Germany, Poland, Netherlands, Slovak Republic.. etc. In my report i only want to show let’s say China, Japan, Thailand and a few more Asian countries. Can i do this using an expression? I know I can do the Value and string to the column. Ive been trying
or things with && and ||. I know a lot of html however not to C++ or java savvy which I think might the reasoning for my hard time with this expression problem.
Thank You
I was wondering if anyone can help me. I am having problems using the expressions filter on the Databands. I am trying to display the information for only a few different country instead of the whole list that I have in my SQL database. Some of the countries are China, Japan, US, Thailand, Germany, Poland, Netherlands, Slovak Republic.. etc. In my report i only want to show let’s say China, Japan, Thailand and a few more Asian countries. Can i do this using an expression? I know I can do the Value and string to the column. Ive been trying
Code: Select all
((China) || (Japan))
Thank You