Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
suvechha_b
Creator III
Creator III

Please kindly assist in doing the table as per requirement.

Hi All,

Please kindly assist in the below requirement -

The "Partner" table in the Qliksense App has "*On Platform - CIMS" with RB_BATCH_TYPE "D" and "M".

Thus, in the report - I am getting two records like below -

clipboard_image_0.png

 

Is there any way , if the report can show "Partner Name"  - "*On Platform - CIMS" as one and in both field "Monthly Claims Data" and "Daily Claims Data" as "Y" like below image-

clipboard_image_1.png

 

sample model attached.

1 Solution

Accepted Solutions
PrashantSangle

Try below expression as measure instead of dimension

if(MaxString({<RB_BATCH_TYPE={'D'}>} RB_BATCH_TYPE)='D','Y')

if(MaxString({<RB_BATCH_TYPE={'M'}>} RB_BATCH_TYPE)='M','Y')

 

Regards,

Prashant Sangle

 

 

Great dreamer's dreams never fulfilled, they are always transcended.
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂

View solution in original post

2 Replies
PrashantSangle

Try below expression as measure instead of dimension

if(MaxString({<RB_BATCH_TYPE={'D'}>} RB_BATCH_TYPE)='D','Y')

if(MaxString({<RB_BATCH_TYPE={'M'}>} RB_BATCH_TYPE)='M','Y')

 

Regards,

Prashant Sangle

 

 

Great dreamer's dreams never fulfilled, they are always transcended.
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂
suvechha_b
Creator III
Creator III
Author