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
Umar Mohammad 12Umar Mohammad 12 

How to create a Report with some functionality

Hi All,

I want to create a report for object called "Study". This object is having many records and a field called version in it. when we clone a perticular record, new record form pops up with the new version ( kind of auto number ) . for e.g , if first record is of 1.0 version then cloned record will be 2.0 .

One Study record can have multiple versions and it may be a single versioned record.

I want to pull a report with the latest version study record and all older versions should be skipped (if present) from the report.

Could you please help me with the approach ? will it be possible with filters, or do I need to write controller and call it on VF page. what would be the logic for controller.

Thanks in advance.