cancel
Showing results for 
Search instead for 
Did you mean: 

How to achieve If then else condition with equal to operator in Webi 4.3

siva_ram20
Participant
0 Kudos

Hi Team 

I have two date-dimension-based on that need to apply If then else logic with the Equal  to operator 
Example: One date dimension is the current date with the date type  o/p is 01/31/23  and another date dimension  Delivery date with Data type  o/p is 01/31/24  
Logic is  If (current date = Delivery date The 1 else 0)

 

View Entire Topic
amitrathi239
Active Contributor

what is the issue in the below formula.

If (current date = Delivery date The 1 else 0)

siva_ram20
Participant
0 Kudos
Thank you for input