Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Dimension and Measure tags in Qlikview

Hi All,

Where do you create Dimension and Measure tags? How are they useful?

Please provide info. Thanks in advance.

1 Solution

Accepted Solutions
girirajsinh
Creator III
Creator III

You can define in script

   

TAG [FIELD|FIELDS] field_name WITH tag_name;
TAG FIELD Customer
WITH $dimension;
TAG FIELDS Sales, NetSales
WITH $measure;

   

e.g. you could identify a field as a Dimension, a Date or a Key.

update

One use is that you can view about field in Table Viewer when you hover the mouse on particular field.

View solution in original post

3 Replies
giakoum
Partner - Master II
Partner - Master II

you can tag the fields in the document properties under the tables tab.

girirajsinh
Creator III
Creator III

You can define in script

   

TAG [FIELD|FIELDS] field_name WITH tag_name;
TAG FIELD Customer
WITH $dimension;
TAG FIELDS Sales, NetSales
WITH $measure;

   

e.g. you could identify a field as a Dimension, a Date or a Key.

update

One use is that you can view about field in Table Viewer when you hover the mouse on particular field.

hector_munoz
Specialist
Specialist

Hi Gopi Raju,

It seems that you refers to Direct Discovery (DIMENSION, MEASURE), right? I attach you some documentation about it.

Regards,
Héctor