Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Data modelling in between Measure and Interval Table

Hey folks,

I want to create a data structure that provide me a feature as below:

When I click the interval value in the dashboard, I can see the value of measure which is in same interval.

MeasureInterval1Interval2
550456567
600540690
700670770

All I want to do is creating a new model that will show me the all value of intervals when I click a specific measure. What kind  of changes do I need to implement in my data structure

For instance,

MeasureInterval1Interval2
550456567
540690

%KeyInt and %Facts are foreign keys for tables. The value of intervals in Interval.Interval (Interval) and the value of measurements is inside of Measure.Measure (Measure).

Thanks in advance,

Labels (1)
0 Replies