Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I've created a variable $(PDatum) with the inputobject from type DATE (DD-MM-YYY). When I use this variable in a tablechart, it returns a numer (-2012) is stead of the date (2-2-2012). How can I solve this?
Tnx!
Sounds like you need to use quotes around the value ' '
-2012 sounds like the result of the calculation 2 minus 2 minus 2012
Sounds like you need to use quotes around the value ' '
-2012 sounds like the result of the calculation 2 minus 2 minus 2012
This is it! tnx!