Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
cancel
Showing results for 
Search instead for 
Did you mean: 
deepakqlikview_123
Specialist
Specialist

Questions

Hello All,


I have questions as per below,


Does circular reference give faulty results??


How does aggregate functions help in QV??


Can more than two parameters be included in mapping table??




Please suggest.


Thanks

1 Solution

Accepted Solutions
maxgro
MVP
MVP

circular reference

http://community.qlik.com/blogs/qlikviewdesignblog/2013/06/25/circular-references

aggregate

QlikView Technical Brief - AGGR.docx

mapping: no you can't

(from online help):

The mapping prefix is used to create a mapping table that can be used for e.g. replacing field values and field names during the script run.

It can be put in front of a Load or Select (SQL) statement and will store the result of the loading statement as a mapping table. A mapping table consists of two columns, the first containing comparison values and the second containing the desired mapping values. Mapping tables are stored temporarily in the memory and dropped automatically after the script execution.

The content of the mapping table can be accessed using e.g. the map … using statement, the rename field statement, the Applymap() function or the Mapsubstring() function.

The syntax is:

mapping ( loadstatement |selectstatement )

View solution in original post

3 Replies
MK_QSL
MVP
MVP

Does circular reference give faulty results??

http://community.qlik.com/blogs/qlikviewdesignblog/2013/06/25/circular-references



How does aggregate functions help in QV??

Aggregate function


Can more than two parameters be included in mapping table??

Applymap

maxgro
MVP
MVP

circular reference

http://community.qlik.com/blogs/qlikviewdesignblog/2013/06/25/circular-references

aggregate

QlikView Technical Brief - AGGR.docx

mapping: no you can't

(from online help):

The mapping prefix is used to create a mapping table that can be used for e.g. replacing field values and field names during the script run.

It can be put in front of a Load or Select (SQL) statement and will store the result of the loading statement as a mapping table. A mapping table consists of two columns, the first containing comparison values and the second containing the desired mapping values. Mapping tables are stored temporarily in the memory and dropped automatically after the script execution.

The content of the mapping table can be accessed using e.g. the map … using statement, the rename field statement, the Applymap() function or the Mapsubstring() function.

The syntax is:

mapping ( loadstatement |selectstatement )

hic
Former Employee
Former Employee

Circular references:

Read more on the blog post on Circular References

Aggregation functions:

The Aggr() function is not an aggregation function. Read more about aggregation functions like Sum() and Count() on It’s all Aggregations. Read more about the Aggr() function on AGGR....

Multi-paramater mapping table:

Yes, it is possible: How-To: Multi-field ApplyMap

HIC