Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
We have a dashboard with the following expression
= if (
(TRAINING_REGISTRATION_STATUS='Completed'
AND MAND_TRAINING_EXPIRES = 1
AND((vReferenceYear - TRAINING_COMPLETION_YEAR)*12 + vReferenceMonth - TRAINING_COMPLETION_MONTH) < 14)
OR (TRAINING_REGISTRATION_STATUS='Completed'
AND MAND_TRAINING_EXPIRES = 0),
1,
if( TRAINING_REGISTRATION_STATUS='Completed' AND
MAND_TRAINING_EXPIRES = 1 AND
((vReferenceYear - TRAINING_COMPLETION_YEAR)*12 + vReferenceMonth - TRAINING_COMPLETION_MONTH) < 18 AND
((vReferenceYear - TRAINING_COMPLETION_YEAR)*12 + vReferenceMonth - TRAINING_COMPLETION_MONTH) >= 14,2,
if( TRAINING_REGISTRATION_STATUS='Completed' AND
MAND_TRAINING_EXPIRES = 1 AND
((vReferenceYear - TRAINING_COMPLETION_YEAR)*12 + vReferenceMonth - TRAINING_COMPLETION_MONTH) >= 18,3,3)
))
See the output of one with correct data and one with incorrect data. The one with incomplete data has no training records availlable. In this situation a table with all red traffic lights must be displayed.
Many thanks in advance!
John
John,
Lets give another try, on that directory where qlikview is pointing, try to create a xlsx file with the name of that error file, and then see if the error gets removed or while saving the file does it give any error.
Lets go in the opposite direction to debug.
thanks,
angad
Hello John,
Were you able to resolve this issue?
Thanks,
angad