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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
nuwanhwb87
Contributor III
Contributor III

Table Po Wise Summation

01.PNG

Hi all,

I need to get the second table from the First table. The Available data set is the first table. Original Po number increase it's quantity by adding  ' -A' at the end of PO . i need to sum the Original Po wise quantity.

Please help

Thanks

1 Reply
rubenmarin1

Hi @nuwanhwb87, using subfield you can get the value until the first '-', so try Subfield([Po No],'-',1) to create the field that merges both values.

Maybe you need to use Text(Subfield([Po No],'-',1))