Skip to main content
Announcements
Customer Spotlight: Discover what’s possible with embedded analytics Oct. 16 at 10:00 AM ET: REGISTER NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
khasimvali85
Creator II
Creator II

Find Related Values of The Values?

Hi COmmunity,

                    Please provide me formula for design purpose. i wanna display PartNo also as well as Complaint No.

Regards,

Khasim.

1 Solution

Accepted Solutions
ashfaq_haseeb
Champion III
Champion III

Try this expression

=Concat(If(AGGR(SUM({<ReminderDate={'$(=vReminder)'}>}ReminderCall),RemComplaintNo)>=2,REMINDER_PARTNO),' : ')

Regards

ASHFAQ

View solution in original post

9 Replies
anbu1984
Master III
Master III

Can you explain your requirement

ashfaq_haseeb
Champion III
Champion III

Like this

Regards

ASHFAQ

khasimvali85
Creator II
Creator II
Author

Hi Anbu,

          Thanks for reply i have attached my requirement application, In this application front end i have designed one Pivot Table, in this table i have columns like ASC_ID is the Dimension and the expressions are ReminderCount, ComplaintNo,ReminderCalls, >3ReminderRed,>3 Calls ComplaintNo and the expressions are in given application.

i wanna add another column like i wanna disply PartNo also .

Regards

Khasim.

khasimvali85
Creator II
Creator II
Author

Hi Ashfaq,

                    I wanna disply only partno i have partno column available in application.

Example:

91560ComplaintNoReminderCalls>3Reminder Red>3CallsComplaintNoPartNo
91551NAG100914011311
91538BAN1009140003;BAN1209140149;BAN1309140171;BAN1509140020;BAN1509140188;BAN1509140198;BAN16091400031,1,1,1,1,1,21;1;1;1;1;1;2BAN1509140020132424352
91522RAJ100914012122RAJ10091401217623786376
anbu1984
Master III
Master III

=Concat({<ReminderDate= {'$(=vReminder)'}>} DISTINCT RemComplaintNo & '|' & REMINDER_PARTNO,';')

ashfaq_haseeb
Champion III
Champion III

Replace Expression with

=max(REMINDER_PARTNO)

Regards

ASHFAQ

anbu1984
Master III
Master III

Which column is PartNo (REMINDER_PARTNO)?

khasimvali85
Creator II
Creator II
Author

Hi Anbu,

               Not like that i wanna display only complaintno's partNo only.

Regards

Khasim.

ashfaq_haseeb
Champion III
Champion III

Try this expression

=Concat(If(AGGR(SUM({<ReminderDate={'$(=vReminder)'}>}ReminderCall),RemComplaintNo)>=2,REMINDER_PARTNO),' : ')

Regards

ASHFAQ