Skip to main content
Announcements
Live today at 11 AM ET. Get your questions about Qlik Connect answered, or just listen in. SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
chrisg
Partner - Creator III
Partner - Creator III

How to count the length of the intervall (in diagram)?

Hello,

i would like to count the length of the intervall and the number of intervals in the diagramm.

(not in the script)

i have a date and a value 0 or 1

ex

1.1.2016  0

2.1.2016  1

3.1.2016  1

4.1.2016  1

5.1.2016  0

6.1.2016  0

7.1.2016  1

8.1.2016  0

9.1.2016  1

10.1.2016  1

11.1.2016  0

12.1.2016  1

...

so i do have:

- 2 intervall of the length of 1

- 1 intervall of the length of 2

- 1 intervall of the length of 3


Any approch?

Many thx

Christoph

Do or Do Not. There is no try!
10 Replies
migueldelval
Specialist
Specialist

Hi Cristoph,

Could you explain a little bit your question? Or attach an example.

Regards

Miguel del Valle

Anil_Babu_Samineni

Perhaps this

Count(Interval(Len(Date#(Datefield,'DD.MM.YYYY')),'0','1') FieldName)

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
chrisg
Partner - Creator III
Partner - Creator III
Author

Hi Miguel,

here we go:

number of intervals based on the value 1 and to count all intervals

but i need a solution in the diagram

manx thx

Do or Do Not. There is no try!
Anil_Babu_Samineni

Like this

PFA

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
chrisg
Partner - Creator III
Partner - Creator III
Author

Unfortunately this does not work - sorry

Do or Do Not. There is no try!
marcus_sommer

I'm not sure if a pure gui solution will be possible but with some script-precalculation it might be solvable. Maybe this one within the attachment could be a starting point.

- Marcus

chrisg
Partner - Creator III
Partner - Creator III
Author

Many thx - that is helpfull!

Do or Do Not. There is no try!
anagharao
Creator II
Creator II

Hi, You could use class as well.

chrisg
Partner - Creator III
Partner - Creator III
Author

Many thx - very nice approch

Do or Do Not. There is no try!