Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
cancel
Showing results for 
Search instead for 
Did you mean: 
ecabanas
Creator II
Creator II

How to show a table(not pivot) with certain data

Hi I have the follong data in a table chart:

ITEMIDITEMNAMEDATEFINANCIAL_LINEINVENTTRANSIDTRANSTYPEINVENT_QTYCost
10361283TRINCHADO DE CARLIT DE LA CERDAÑA02/01/201400981599_1030-1-2,27
10361283TRINCHADO DE CARLIT DE LA CERDAÑA08/01/201400994254_1035-5-11,35
10361283TRINCHADO DE CARLIT DE LA CERDAÑA10/01/201400995839_1033613,62
10361283TRINCHADO DE CARLIT DE LA CERDAÑA18/01/201401017648_1030-1-2,27
10361283TRINCHADO DE CARLIT DE LA CERDAÑA27/01/201401036417_1035-5-11,35
10361283TRINCHADO DE CARLIT DE LA CERDAÑA28/01/201401038177_1033613,62

But I only want to show the lines with TRANSTYPE = 5

I can not use a list box  🙂

Many thank's

Eduard

1 Solution

Accepted Solutions
Not applicable

Hi

PFA hope this will helps you

View solution in original post

14 Replies
Not applicable

in your expression write like this

sum({<TRANSTYPE={5}>}cost)

or please post your sample app. make it easy to clarify your ques

senpradip007
Specialist III
Specialist III

try this in expression:

 

Sum({<TRANSTYPE = {5}>}INVENT_QTY)

and

Sum({<TRANSTYPE = {5}>}Cost)

Hope it helps you.

Regards

PS

ecabanas
Creator II
Creator II
Author

Hi PS

Thank's for your answer, but I want to see all the lines, not the sum.

This is a Scarp report, and there are two tables, one with the "SUM" and the other is the complete list of scrap units.

many thank's

Not applicable

Can you post your sample

Not applicable

PFA

senpradip007
Specialist III
Specialist III

As per my understanding you want the line which contains TRANSTYPE = 5 without any sum.

Gysbert_Wassenaar

You can select transtype 5 in a table box as well.

But if you want to hardcode the selection (not recommended) you need a straight table with at least one expression. For example sum({<TRANSTYPE={5}>} Cost).


talk is cheap, supply exceeds demand
ecabanas
Creator II
Creator II
Author

Hi,

here you have an example

senpradip007
Specialist III
Specialist III

Hi Edu.

You can't this features in Tablebox. To achieve this you have to go with straight table.