Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
sakthi266
Contributor III
Contributor III

B/F , C/F Problem in Pivot Table

Hi Team,

         

          I have the Pivot Table Processwise, daywise Brought forward and Carryforward as Shown in attachment. If I Collapse All i want to Show ProcessWise Last Day Brought Forward Instead it is showing Cumulative As Process 1 Brought Forward is 174.  Value Required is 46

Please help on this issue ASAP.

Example.PNG

1 Solution

Accepted Solutions
sakthi266
Contributor III
Contributor III
Author

FirstSortedValue(Aggr(Sum([Brought Forward]), Process, Date), Aggr(Date, Process, Date))

View solution in original post

2 Replies
Anil_Babu_Samineni

Try like below and then use sum as total from expression tab

Aggr(Sum({<Date = {'$(=Max(Date))'}>}[Brought Forward]),Date)

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
sakthi266
Contributor III
Contributor III
Author

FirstSortedValue(Aggr(Sum([Brought Forward]), Process, Date), Aggr(Date, Process, Date))