Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

performance tunning in qliksense

Basic Steps to Start Performance tunning In qliksense App

4 Replies
marcus_sommer

Its not different to qlikview and quite simple: load only the needed records and fields and build an appropriate datamodel. I think this will be helpful: Get started with developing qlik datamodels.

- Marcus

Not applicable
Author

Thanks Marcus for Responding,

I have got requirement to tune the App , mainly chart expressions ,

loading charts taking time , and there are expressions used with only  IF condition ,

and iam stucked here ...

any furthur investigation is appreciated

Thanks in advance

vlad_komarov
Partner - Specialist III
Partner - Specialist III

Charli Leo,

You did not provide many details about your application (why chart expressions were created with IFs, for example), but I would suggest to invest some time into organizing these expressions with more "classic" Set Analysis, using flags, for example.

Check documentation and videos by mto

A Beginners' Introduction to Set Analysis (video)

Set Analysis - Part 2 - Cool Stuff You Can Do (video)

Regards,

Vlad

Michael_Tarallo
Employee
Employee

Hello Charli,

A proper data model is the key as pointed out by Marcus and Vladimir has some good points too depending on what is being processed.

You can also try this instead of nested IFs.

For example this:

if(wildmatch(PRODNAME,'*Sony*'),'Sony'

if(wildmatch(PRODNAME,'*Toshiba*'),'Toshiba'

if(wildmatch(PRODNAME,'*Samsung*'),'Samsung','Other'))) 

Can become:

IF(wildmatch(PRODNAME,'*Sony*','*Toshiba*','*Samsung*')>0,

PICK(wildmatch(PRODNAME,'*Sony*','*Toshiba*','*Samsung*'),'Sony','Toshiba','Samsung'),

'Other')

HTH

When applicable please mark the appropriate replies as CORRECT. This will help community members and Qlik Employees know which discussions have already been addressed and have a possible known solution. Please mark threads as HELPFUL if the provided solution is helpful to the problem, but does not necessarily solve the indicated problem. You can mark multiple threads as HELPFUL if you feel additional info is useful to others.

Regards,

Mike

Qlik

Regards,
Mike Tarallo
Qlik