Skip to main content
Announcements
See why Qlik is a Leader in the 2024 Gartner® Magic Quadrant™ for Analytics & BI Platforms. Download Now
cancel
Showing results for 
Search instead for 
Did you mean: 
omid5ive
Creator II
Creator II

show full data in straight table

hi

i have a straight table in my dashboard that should show the count of two thing  for each office and it can be filterd by date.

when i chose some date, the straight will show the office that have value on their expessions, but i want to show all office.

for example when i chose year 2014 i want to see sth like this:

OfficeCount(A)Count(B)
1001020

200

1215
300100
40000

but normaly straight shw sth like this:

officeCount(A)Count(B)
1001020
2001215
300100

because office number 400 have no value for both experssion

what should i do?

1 Solution

Accepted Solutions
ashfaq_haseeb
Champion III
Champion III

Hi,

May be like attached.

make sure you have below settings, images attached.

Regards

ASHFAQ

View solution in original post

14 Replies
ashfaq_haseeb
Champion III
Champion III

Hi,

May be like attached.

make sure you have below settings, images attached.

Regards

ASHFAQ

MK_QSL
MVP
MVP

Dimension Tab

Select Suppress When Value is Null and Show All Values

Presentation Tab

Untick Suppress Zero Values

omid5ive
Creator II
Creator II
Author

sorry can you resend your first attachment? (capture2.JPG.jpg)

i cant download it

its_anandrjs

For suppress the Null values set properties >> Presentation >> Click on Check box for Suppress Zero-Values.

See the snap:-

Suppresss Values.png

omid5ive
Creator II
Creator II
Author

when i select some date it will just show the office that have values on that date

but i want to see sth like this when i select for example year 2014:

office          Count(a)               Count(b)

100                10                         12

200                 0                           0

300                10                         10

400                 0                           0

in normall situation qlik view will omit office 200 and 400 row because they dont have value on their expersion

ashfaq_haseeb
Champion III
Champion III

Attached.

Regards

ASHFAQ

ashfaq_haseeb
Champion III
Champion III

Hi,

Try by suggested solution.

If it does not work can you share your sample app?

Regards

ASHFAQ

omid5ive
Creator II
Creator II
Author

thank you Ashfaq

it work correctly
thank for your guide

omid5ive
Creator II
Creator II
Author

hi again

what shoud i do if i want to have more than one dim?

i made some change on you attached document, if you download it you will see that i add another dimension (state) and a field (year)

when i select a year like 2014 you will see th like this replace "-" to office:

StateOfficeSum(A)Sum(B)
c-00
d-00
e300100
f-00

but i want to see this:

Header 1Header 2Header 1Header 1
c10000
d20000
e300100
f40000

do you know what should i do?