Export To Excel

Hello all,
we have created one Adhoc CDT[the type is list of dictionaries] ,when we pass the list of dictionary data the export CDT to excel smart service is return an error,
I want to know any other way to generate excel file with adhoc CDT data? ,
For cdt list data[getting data from db using query rule] the smart service working fine .
Example Adhoc CDT :
{{username:"test" , lastname:"user",username:"tuser",fullName:"testuser"}}

Thanks In Advance.

OriginalPostID-255025

  Discussion posts and replies are publicly visible

Parents
  • Thanks for the response sikhivahan
    As you said For first option won't work because we don't have data in db .
    Second option : we have multi drop down filed, based on user selection we have created Adhoc CDT using fn!updateCdt() function[adding selected values as field].
    Whenever passing Adhoc CDT data it return an error because before generating the document the export cdt to excel smart service is checking wheather the cdt is available or not in system.
Reply
  • Thanks for the response sikhivahan
    As you said For first option won't work because we don't have data in db .
    Second option : we have multi drop down filed, based on user selection we have created Adhoc CDT using fn!updateCdt() function[adding selected values as field].
    Whenever passing Adhoc CDT data it return an error because before generating the document the export cdt to excel smart service is checking wheather the cdt is available or not in system.
Children
No Data