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: 
Not applicable

Data Segrigation Issue

Hi Folks,

my actual table

Comm NoLotNo
1a
2a
3a
4a
5a
6a
1b
2b
3b
4b
5b
6b
1c
2c
3c
4c
5c
6c

My Required Data is

COMM_NOLOT NO
1a
2a
3b
4b
5c
6c


Pls help ..

2 Replies
Anonymous
Not applicable
Author

Can you try to explain what exactly are you trying to achieve here..

Not applicable
Author

Dear Aadil,

             I need, if distint(count(comm_no)/count(lot_no)) = x

            Then First x distinct(Comm_no) Should have first Lot_No

             and second X distinct(comm_no) should have Second Lot_NO,

             and Third X distinct(comm_no) should have Third Lot_no,

         for example see my previous posting

Thanks