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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Max of a column

error loading image

I have this pivot table.

The second columns have the sum of the sales in a day.

and the fourth column must have the max of the salesman.

I'm triing :

IF(Date>=vDateFrom and Date<=vDateTo,rangeMax(above( sum( IF(Date>=vDateFrom and Date<=vDateTo,Sales) ),0, rowno()) ))

and is doing the top of the nums above.. how can i do ???

Thanks

Labels (1)
5 Replies
Not applicable
Author

Hi,

view attached file.

Alex

there's some error in file upload .

Not applicable
Author

there's some error in file upload .

sorry if you can upload ... i would thanks!!

Not applicable
Author

hi,

view attached file

Alex



Not applicable
Author

sorry i can´t open

i have 8.01 version

thanks for all.

Not applicable
Author

now i am triing :

max(aggr(sum(ALL <Place,Salesman,Date> IF(date>=vDateFrom and Date<=vDateTo,Sales) ), Place,Salesman,Date))

it is making the max of all the dimension but in the date of the salesman also must appear the max.

Thanks.