Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Chart Properties Expression

b_LoginIDb_FullNameb_JobNob_Codeb_SinceWhenb_LunchTimeDirectb_LunchTimeIndirect
1530XXX117766.1.60S - 00
1530XXX117766.1.60S - 00
1530XXX117768.1.78S -01:41pm00

Above is the sample data in source table and i am designing a straight table

The first column of the table will be name, each name only appear once if b_SinceWhen<>''

second column will be,

if b_SinceWhen<>''  and b_Coe='S -' then

display b_JobNo

How do i create these columns? Using expression? in the 'condition' or 'definition'

As i am very new in Qlikview. I would like to find out is it correct to use straight table to display this?

Thank you

Labels (1)
2 Replies
tresB
Champion III
Champion III

This would be a calculated dimension(under 'Dimesions' tab)

er_mohit
Master II
Master II

try in calculated condition dimension IN DIMENSION TAB

aggr(only({<b_SinceWhen-={'-'},b_Coe={'S -'}>}b_JobNo),b_JobNo)