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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Pivot Query

Hi all,

i have data in the below format:

   

TaskCommentsDate
BBPLC for Swap01 Oct:
- Migration of Non US Population off BCSL
10/20/2016
BBPLC for Swap01 Oct:
- Migration of Non US Population off BCSL
10/19/2016
BCI -Enhancement12 Oct:
-House Position and House ladder protype ready
-Actuals Vs Projections Reconciliation and MTM prototype ready
10/20/2016
BCI -Enhancement12 Oct:
-House Position and House ladder protype ready
-Actuals Vs Projections Reconciliation and MTM prototype ready

10/19/2016

and i want to create a pivot table which will display the result as the below format:

   

TaskCommentsDate
BBPLC for Swap01 Oct:
- Migration of Non US Population off BCSL
10/20/2016
01 Oct:
- Migration of Non US Population off BCSL
10/19/2016
BCI -Enhancement12 Oct:
-House Position and House ladder protype ready
-Actuals Vs Projections Reconciliation and MTM prototype ready
10/20/2016
12 Oct:
-House Position and House ladder protype ready
-Actuals Vs Projections Reconciliation and MTM prototype ready
10/19/2016

Where Date is sorted with recent date and Date column is hidden

please advise

thanks

Sukhwant

12 Replies
Frank_Hartmann
Master II
Master II

then try like:

=Concat(distinct Comments, ', ')

hope this helps

Not applicable
Author

thanks it worked. last thing now is how to sort the comments based on Date column?

thanks in advance

Frank_Hartmann
Master II
Master II

without a datedimension i think its not possible to change sortorder within a field in pivottable.

I think then you will have to go with a straight table and hide the date collumn.

hope this helps