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
Mj12Mj12 

Generate Report with some blank referrences field value

Hi ,

 

Is there a way to generate a report while having a blank field reference value?

 

i really need to display the report regardless if some of the referrence field has value or not.

the problem is that, records that has a blank reference value will not be displayed in report.

 

 

 

Thanks in advance,

 

markpogi

Ankit AroraAnkit Arora

Not able to understand your exact problem, but if the record is fetched out with your filter applied on report then that record will be displayed in report and if not then record will not be displayed in report. But in this whole scenario report will always be generated either by blank or by values.

 

Thanks

Ankit Arora

Blog | Facebook | Blog Page

Mj12Mj12

Hi Ankit,

 

here's an example

 

 

contact id      account id       decr

-----------------------------------------------

1              | a1111             | test1

2              | a2222             | test2

3              |                         | test3

4              | a4444            | test4

 

 

in report is there a way to display all this record? because right now it will only display all the record except for the third row. i wanted to include the record even it contains a blank reference field.

 

thanks,

markpogi

Ankit AroraAnkit Arora

What is your report filter criteria? Am assuming filter criteria contains accountId != null.

 

 

Thanks

Ankit Arora

Blog | Facebook | Blog Page