Hi Folks,
I want to provide OOTB export functionality of record in my interface; but seems like there is limitation in grid, we can only use it if data is sourced from record.
I am getting my record data by using a!queryRecordType instead of a!recordData as a!recorddata doesn't have parameters for grouping.
Is there any easy way to achieve the same instead of again creating a view and using as DSE and doing export functionality separately as we were doing earlier.
Regards,
Ghanashyam
Discussion posts and replies are publicly visible
ghanashyamm0005 said:I am getting my record data by using a!queryRecordType instead of a!recordData as a!recorddata doesn't have parameters for grouping
Use record filters and Custom record fields to aggregate data and use this data for exporting.
I have a column called countryid in requesttable and that is linked to country table in many to one relationship. When I am trying to use aggregate with countryID in requesttable..I am not getting that field .
ghanashyamm0005 said:When I am trying to use aggregate with countryID in requesttable..I am not getting that field .
Can you elaborate it a bit, What you are trying to achieve. Screenshots would be much helpful.