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: 
Anonymous
Not applicable

I can't suss this Aggr / Set Analysis

I am trying to estimate how many QlikSense Licence Tokens would be needed for a QlikView to QlikSense migration.

I have extracted the raw data of QlikView Sessions [Start, End Duration] against AD Users and have got a couple Straight Tables sussed for it.

But the one I can't suss is that for the [Session Start Date] selected it should show the next 30 Dates, but should only show rows relating to AD users that have consumed >= 10 off One Hour Slots during the 30 day period, as in with >10 One Hours it is best setting the QlikSense Token be for Named User.

When I got this sussed then I can put it into a Bar Chart and eyeball it to see the worst case scenario day for estimated QlikSense licence tokens required.

Attached is my qvw, but with the AD Users scrambled to protect the innocent.

1 Solution

Accepted Solutions
Gysbert_Wassenaar

Perhaps this:

= Sum ( {<[AD User]={`=Sum ( {< [Session Start Date] ={">=$(=Date(min([Session Start Date]), 'DD MMM YYYY'))<$(=Date(min([Session Start Date])+30, 'DD MMM YYYY'))"}>} [One Hour Slots] )

>=10`}, [Session Start Date] ={">=$(=Date(min([Session Start Date]), 'DD MMM YYYY'))<$(=Date(min([Session Start Date])+30, 'DD MMM YYYY'))"}>} [One Hour Slots] )


talk is cheap, supply exceeds demand

View solution in original post

4 Replies
Gysbert_Wassenaar

Perhaps this:

= Sum ( {<[AD User]={`=Sum ( {< [Session Start Date] ={">=$(=Date(min([Session Start Date]), 'DD MMM YYYY'))<$(=Date(min([Session Start Date])+30, 'DD MMM YYYY'))"}>} [One Hour Slots] )

>=10`}, [Session Start Date] ={">=$(=Date(min([Session Start Date]), 'DD MMM YYYY'))<$(=Date(min([Session Start Date])+30, 'DD MMM YYYY'))"}>} [One Hour Slots] )


talk is cheap, supply exceeds demand
Anonymous
Not applicable
Author

Many thanks.  That looks promising.

Anonymous
Not applicable
Author

Yup - It works perfectly and tests as ok.

Many Thanks.

Gysbert_Wassenaar

You're welcome!


talk is cheap, supply exceeds demand