Discussion Board for collaboration related to QlikView App Development.
Hi I have a DateTimeStamp (14/01/17 21:45)
I want to convert it to show Hour only (21) as a decimal.
Can anyone help?
Many thanks
You could just use: hour(DateTimeStamp) for it.
- Marcus
How funny !!
You can't imagine how many combinations of rounding combined with calculations.
Muppet moment for me.
Thanks Mark
Marcus (not Mark)
You want to see it in decimal?
Ceil(Frac(DateTimeStamp), 1/24)