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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

how to insert 5days data in table

Hi,

I am new to qlikview, can any1 pls tel me hw do i insert 5 days data in pivot table?

6 Replies
Not applicable
Author

hi hima,

can explain your problem in brief for Clear understanding

sivarajs
Specialist II
Specialist II

If you want to have only 5 days data then do sum(if(date=today() and date <=today()-4,value)) in pivot experssion

Not applicable
Author

Hi,

I have to create a table called pending calls fr 5 days . in whch i ve to count of pending calls for pervious 5 days. I am unable to do that.

Not applicable
Author

If you mean by dimension, there are a few ways. One is to use an artificial dimension.

Dimension

Valueloop(today()-4,today(),1)

Expression

Pick(match(Valueloop(today()-4,today(),1)......) {an example of how to read the valueloop}

The other is to say if(DateField>Value1 and DateField<=Value2,DateField). Tick the supress nulls tick box and you have your 5 days with an expression of count() or sum() as an example

Not applicable
Author

hi

please find attachment

hope this helps you

Not applicable
Author

Hi

pls find d attached , to understand d issue.