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: 
marcorizzo
Contributor III
Contributor III

particular dimension

Hello.

I've got this pivot table :

Cattura.PNG

I'm trying to add a new dimension (it could be the first one in order) like this:

='Period:  ' & min(Date) & ' / ' & max(Date)

It doensn't work !!!

Any suggestion ?

Thanks

1 Reply
yura_ratu
Partner - Creator II
Partner - Creator II

Try this

=Aggr('Period:  ' & min(Date) & ' / ' & max(Date), Period, Date)