P3-Core-Dev-Team / P3-Q-A

This repo is for tracking features
Other
0 stars 0 forks source link

ADS query - Case condition not working as expected #35

Closed suseela22 closed 3 months ago

suseela22 commented 6 months ago

There are 3 different cases to be achieved in the query. The query shared by the product team is not working as expected. As per clement statement it requires a backend fix.

Xquery:

image

ADS query shared by the product team

image

ClementJosh21 commented 5 months ago

Code Change Fix details

@kilam005 Previously, if there were multiple binding values kept between '@@' only a single binding value will get replaced under one condition if the value is passed in the payload. We have modified to replace every binding values between '@@' even if the payload is not passed by the user.

Udhayanila8 commented 5 months ago

Issue fixed. Tested in 146 server, Able to give multiple binding values. image image

kilam005 commented 5 months ago

This fixes are ready and verified. This is planned to be avaialable in version 2024.01.x

kilam005 commented 3 months ago

@suseela22

The issue is fixed in the latest version 2024.01.x which is updated in the region given to implemention team. Kindly check and provide closure

suseela22 commented 3 months ago

Working as expected