cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
361
Views
0
Helpful
1
Replies

UCCE Infomaker Weekly Reports

Nathan Luk
Level 1
Level 1

Hi all,

I'm trying to build some weekly reports in infomaker but can't quite figure out the convert statement, I pulled the daily one from the out of the box reports:

convert( datetime, convert( varchar(10), Skill_Group_Half_Hour.DateTime, 112 ))

But does anyone know how to convert to weekly?

Cheers,

Nathan

1 Reply 1

boyd.lynn
Level 1
Level 1

Nathan,

This should do it

DATEPART( wk,Skill_Group_Half_Hour.DateTime)

Cheers

Boyd