Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
souadouert
Specialist
Specialist

SELeCTION LIST VALUE

HI,

CAN I FILTER THE VALUE OF A SELECTION LIST?

1 Solution

Accepted Solutions
14 Replies
sunny_talwar

Selection list? What do you mean Souad?

souadouert
Specialist
Specialist
Author

I want to display only conditional values

souadouert
Specialist
Specialist
Author

liste.PNG

sunny_talwar

What type of chart is this? Straight table or table box?

souadouert
Specialist
Specialist
Author

I have a table link ,in this table there is a column date and column product, so I want to show only the date with product = "BAD"

CC.PNG

Anil_Babu_Samineni

May be this

Fact:

Load * from LinkTable;

Left Join(Fact)

Load Date, Product Resident Fact where Product = 'BAD';

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
vishsaggi
Champion III
Champion III

You want to show this in your lisbox Date_Situation.Situation_Product?

You can try in your listbox expression:

= IF(Product = 'BAD', Date_Situation.Situation_Product)

sunny_talwar

Show this in table box or straight table?

souadouert
Specialist
Specialist
Author

didnt work

dep.PNG