Skip to main content
Announcements
NEW: Seamless Public Data Sharing with Qlik's New Anonymous Access Capability: TELL ME MORE!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

qlikview challenging issues

Hi all,

I just want to know what are the challenging issues

1. While preparing the data model in script level

2. While doing dashboards

3. while doing deployment

Please help me

Thanks,

pnreddy

3 Replies
ashfaq_haseeb
Champion III
Champion III

Hi

1. While preparing the data model in script level

If you know table structure and if you are familiar with DB concepts, No challange at all.

2. While doing dashboards

Meeting End user requirements, Designing

3. while doing deployment

Handling Security

Hope it helps

Regards

ASHFAQ

Not applicable
Author

Hi

1. While preparing the data model in script level

  • Avoid circular loops
  • Avoid $Syn Table

2. While doing dashboards

  • Check twice set expression
  • Creating flag fields to avoid Sum of If and other inefficient expressions

3. while doing deployment

  • Licensing
  • Access Permissions
  • Alerts
Not applicable
Author

1) developing data model:

make sure proper relation ship between fields other wise it is going to  show wrong data .

remove synthetic and circular reference

use mapping ,concatenation ,join the tables based on possible situtaions

2)it should be good in appreance

write correct set analysis expressions in charts

try to write in script level instead of writing expressions in charts

make sure data validation should be done by cross checking with source data

3)take a copy of ur application ,(u may forget section access user id, pwd)

keep it in ther server mount folder and cross check in access point .(performance wise)