Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
paulyeo11
Master
Master

Filter table only display SOURCE=TDSID ?

Hi All

How to filter

Table 1 only display SOURCE=TDSID

Table 2 only display SOURCE=TDSKL

I try replace SOURCE with =<SOURCE={'TDSKL'}> not working.

Paul

1 Solution

Accepted Solutions
Aurelien_Martinez
Partner - Specialist II
Partner - Specialist II

Hi Paul,

Try a expression like :

Sum({<SOURCE={'TDSKL'}>} 1)

Aurélien

Help users find answers! Don't forget to mark a solution that worked for you!

View solution in original post

2 Replies
paulyeo11
Master
Master
Author

My QV Doc

Aurelien_Martinez
Partner - Specialist II
Partner - Specialist II

Hi Paul,

Try a expression like :

Sum({<SOURCE={'TDSKL'}>} 1)

Aurélien

Help users find answers! Don't forget to mark a solution that worked for you!