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