Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I am still fairly new to QlikView and need help with a simple process.
I have a load script and want to create new fields within the script from the originally loaded fields that I can then use in various charts. I want to simplify the script and need new fields that would be very complex.
I attached the basic script. From this I want to get the following three new fields:
Overtime_Pay = Ovt_Pay_Rate*Ovt_Hrs,
Regular_Pay = Pay_Rate*Regular_Hrs,
Total_Pay = Overtime_Pay + Regular_Pay
How do I create these three new fields and make them available to pull into different charts/graphs.
Thank you in advance!
Paste the script here and I help you