Skip to main content
Announcements
July 15, NEW Customer Portal: Initial launch will improve how you submit Support Cases. IMPORTANT DETAILS
cancel
Showing results for 
Search instead for 
Did you mean: 
omid5ive
Creator II
Creator II

dimenssion

i want to use sth like this in my dimenssion:

max(date)

how can i do it?

i have some table like below:

companysales
a1
a2
b3
c4
d5

i want pevot like below:

companyHeader 2
a2
b3
d5
c4

i should use sale field in dimenssion

16 Replies
giakoum
Partner - Master II
Partner - Master II

aggr(Max(sales), company) as calculated dimension

hemanthaanichet
Creator III
Creator III

Hi Omid,

select dimension as company

in expression write as max(sales)

u may get ur requirement

for reference pls have a look in to my attachment

Regards

Hemanth

Chanty4u
MVP
MVP

try below then

add in caluclated dimension tabca.PNG

=Aggr(Max(sales), company)

omid5ive
Creator II
Creator II
Author

becasue of i need chenge the location of this field i should use it in dim

tresesco
MVP
MVP

In the dimension try exp like:          =Aggr(max(sales), company)

omid5ive
Creator II
Creator II
Author

thanks a lot

Chanty4u
MVP
MVP

welcome:)