Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
josephinetedesc
Creator III
Creator III

how to: set analysis or if statement

LocalityNorthNorthSouthSouthEastEastWestWestSESETOTALTotal
Month-YrJun 2015Jun 2014Jun 2015Jun 2014Jun 2015Jun 2014Jun 2015Jun 2014Jun 2015Jun 2014Jun 2015Jun 2014
Cars sold686273722091911281556056538536
Cars Paid617060622041831331566743525514
if(location = 'North',(sum(Cars sold))
or
if(location = 'South',(sum(Cars sold))
or
if(location = 'East',(sum(Cars sold))
or
sum({$}(Cars sold))
)))))

I have a pivot table and Locality is a dimenstion -so how do I get the total in this case?  Even using the set analysis - i do not have a column for the Total - so i need to load a 'dummy' Locality?

Thank you

Jo

23 Replies
jagan
Luminary Alumni
Luminary Alumni

Hi,

You can try Show Partial Sums option in the Presentation tab to display the total.  Select Partial Sum option for all the dimensions and check.

Regards,

Jagan.

josephinetedesc
Creator III
Creator III
Author

Hi Jagan

is that in Presentation tab?  I am using a pivot table - i cannot see  Select partial sums in version 11???

jo

Not applicable

Hi Josephine,

In what format are you getting your input data?

Could you please elaborate?

Regards,

Jemimah

jagan
Luminary Alumni
Luminary Alumni

Hi,

In presentation tab of Pivot table properties Show Partial Sums option is available.  I think QV9 it is available, can you attach a sample file or screenshot of that tab.

Regards,

Jagan.

josephinetedesc
Creator III
Creator III
Author

Hi Jemimah

my input data comes from a database and an excel sheet.  The database has daily values, the spreadsheet has the Localities

Jo

josephinetedesc
Creator III
Creator III
Author

capture.JPG

qlikviewwizard
Master II
Master II

Hi josephinetedesco,

You have to set the data as shown in attached file.

Later use the below script and create Pivot table. No need to use set analysis.

Hope it will help you.

Data:

load * ,Date([Month-Yr]) as Date;

LOAD Locality,

    [Month-Yr],

    [Cars sold],

    [Cars Paid]

FROM

if_in_set_analysis.xlsx

(ooxml, embedded labels, table is Data);

PrashantSangle

Hi,

Show Partial Sum enable after selecting Dimension.

Regards,

Great dreamer's dreams never fulfilled, they are always transcended.
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂
jagan
Luminary Alumni
Luminary Alumni

Hi,

Click on the Dimension and select the Show Partial Sum option.  If you attach the sample then it would be easier to provide the solution.

Regards,

Jagan.