I have tablebox with columns from the same table. There is one column DueDate with dates from 2009. How to write script to calculate 'days in due'. I know to calculate in excel with below formula
=DAYS360(Today(),DueDate)
I am trying to wrire in QLikview script. Please can anyone suggest me how to do this.