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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

No fliter on pivot table. (pick and match definition)

I have pivot table which has Dimension is Group and Expression is Date, cells are filled sum(Number).

If you click a number, this table will be filtered (shrink). I'm trying to keep the whole numbers without shrink.

I tried =sum({1}Number), but I couldn't resolve in this case.

Does anyone have idea?

- Each group has different formula

- I have to use this table layout (Dimension is Group and Expression is Date)

- Group is made from sum() of different status numbers.

Please see attachment.

6 Replies
m_woolf
Master II
Master II

Check the Read Only box on the General tab of the chart properties dialog.

Not applicable
Author

You can try 'alternate state' option. Kinda like making it an island(detached) so that irrespective of what selections you make anywhere in the application it wont affect the results displayed in the table.

Not applicable
Author

Thank you for your reply, Ajay.

I could verify the behavior on alternate state sample but I'm not sure it will work on actual project. I'll try them.

Thank you very much.

Not applicable
Author

I set 'Alternate State' for Number as 'test01' and used 'set analysis' live below. but it doesn't work.

=pick(

    match(

        [Group name],

        'AAA',

        'BBB',

        'CCC',

        'Avg'

    )+1,

    0,

    sum({test01}Number),

    sum({test01}Number),

    sum({test01}Number),

    sum({test01}Number)/count({test01}Number),

)

Not applicable
Author

Another simple way I can think of is make an island table with your required dimension and expression fields in the Data-model and make that table read only.

Attached with an example.

Not applicable
Author

Thank you quick response.

I can't use 'Read only' because actual project has a detail information list too. If you click a number on the table, the detail list is filtered and show up only related item to the clicked number.