Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
ariel_klien
Specialist
Specialist

Nested Table -count only First Value

Hello all,

I need help with the following:

i have a table like this:

Object_TypeObject_IDDATE
AAA101/01/13
AAA201/01/13
AAA302/01/13
AAA205/01/13
AAA105/01/13
BBB101/01/13
BBB201/01/13
BBB301/01/13
BBB401/01/13
BBB402/01/13

I need to count only the first Object_Type & Object_ID .

Discard the raw's in bolt.

If I will use count(Object_Id) in expression and Object_Type and Date in Dimensions I will get:

Object_TypeDATECount(Object_ID)
AAA01/01/132
AAA02/01/131
AAA05/01/132
BBB01/01/134
BBB02/01/131

I need that the table will be like:

Object_TypeDATECount
AAA01/01/132
AAA02/01/131
BBB01/01/134

How can I achieve that?

BR

Ariel

1 Solution

Accepted Solutions
Gysbert_Wassenaar

See attached qvw


talk is cheap, supply exceeds demand

View solution in original post

2 Replies
Gysbert_Wassenaar

See attached qvw


talk is cheap, supply exceeds demand
ariel_klien
Specialist
Specialist
Author

Hi Gysbert.

As usually working fine!!

Thanks a lot.

Ariel