Create a logical table with the columns you need for that attribute with your filter condition. For E.g : Requirement : Country Attribute should have elements where country_id in 1,2,3.
I created a logical table with query 'select COUNTRY_ID,COUNTRY_NAME from LU_COUNTRY where country_id in (1,2,3)'.
Created an attribute based on that table with country_id as its ID, country_name as its description.
Now the attribute is a filtered attribute. If it is put in a report it displays country names where country_id in (1,2,3) . Element prompt shows only those values.
If anybody have any simple solution than dis. Plz share..
You may get datatype conflict in MSTR 9 when mapping the country ID with other tables.
