Skip to main content

When I use below calculation logic,

 

(case[Scheduled Ship Current Fiscal Week Flag] when 'Y' then 

[Scheduled Ship Fiscal Week] end)

 

I get the expected output as 2021W32.

 

But when I try to introduce the logical comparison, like below, I get the output as True/False when I expect the actual values to be 2021W33, 2021W34.....

 

[Scheduled Ship Fiscal Week] >

(case[Scheduled Ship Current Fiscal Week Flag] when 'Y' then 

[Scheduled Ship Fiscal Week] end)

 

Please help! thanks!

7 answers
0/9000