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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Create Values that do not exist

Hello- I have a data set that is a running total of time to an event (timeOUT) which is a percent from 0 to 100%.  However, due to the number of days to each event, sometimes there will not be a value for all 101 timeOUT values that i want (see below)

teamNAMEgameDATEtimeOUTtotalPRESOLDticketDAYTOTALtotalSOLDtixSOLDPERDAY
vs. Lightning10/10/2017 0:000%1010100010
vs. Lightning10/10/2017 0:005%1010100010
vs. Lightning10/10/2017 0:008%1025100025
vs. Lightning10/10/2017 0:0012%1035100035
vs. Lightning10/10/2017 0:0017%1083100083
vs. Lightning10/10/2017 0:0020%1016100016
vs. Lightning10/10/2017 0:0024%1012100012
vs. Lightning10/10/2017 0:0029%1014100014

Is there a way to create values (like 1%, 2% etc) that do not currently exist?  What i'd like to end up with is this (not concerned with filling in values for totalPRESOLD, ticketDAYTOTAL or totalSOLD:

teamNAMEgameDATEtimeOUTtotalPRESOLDticketDAYTOTALtotalSOLDtixSOLDPERDAY
vs. Lightning10/10/2017 0:000%1010100010
vs. Lightning10/10/2017 0:001%0
vs. Lightning10/10/2017 0:00

2%

0
vs. Lightning10/10/2017 0:003%0
vs. Lightning10/10/2017 0:004%0
vs. Lightning10/10/2017 0:005%1010100010
vs. Lightning10/10/2017 0:006%0
vs. Lightning10/10/2017 0:007%0
vs. Lightning10/10/2017 0:008%1025100025

Please help!

10 Replies
Anonymous
Not applicable
Author

Pleas see the sample app provided. For reference, the chart shows 4 lines.  The yellow line (avg(RunningTotal)) is the line I am trying to fix with the issues we have been discussing.  the green line (=SalesTrend) is a test line that i built outside of the system manually.  Once the duplication issues are no more, the yellow line should match that green line.


Thank you again for your help