function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
VenkataRajaVenkataRaja 

Report on multi pick list values

Hi,

 

         I want to display the report based on multipick list values. If I have multipick list values are A, AB, ABC, AC, BC. Then standard report display the group as same. A(1), AB(1) Like this but I want Individual filtering A(4), B(3) like this. Is there any possibility please tell me. Urgent

 

Thanks & Regards

Venkat

 

MikeGillMikeGill
You could create a custom formula for display purposes (group the values like you describe above) and then still filter on the original field - ????
VenkataRajaVenkataRaja

Hi,

 

     I want report on multipick list values. In this report Region is the PickList field, Country is the Multipick list. Please let me know is the any information. I taken Summarize report.

 

Now It is showing like this,

==================================

Region: APAC (2 Records)

      Country: Afghanistan (1 record)

                Rec1--------

      Country: Afghanistan; India(1 record)

               Rec2--------

Region: EMEA(1 Record)

       Country: Belize; Benin; Bermuda (1 record)

               Rec3----------

========================================

 

I Want like this

=====================================

Region:APAC

       Country: Afghanistan (2 record)

                Rec1--------

                Rec2--------

     Country: India(1 record)

                Rec2--------

Region:EMEA

       Country:Belize

               Rec3-------

        Country:Benin

              Rec3-------

        Country:Bermuda

              Rec3-------

===========================================

 

Regards

Venkat.