I have 2 questions.
1) is there any documentation on the Smart Service "Export CDT To Excel Smart Services"? I ask because how to use the service is not intuitively clear to me.
2) I am getting an error, "The following error was raised by the Export to Excel function: Cell index must be >= 0" and do not know what it is referring to. I don't know what values should be placed in the Node Inputs, and have tried numerous scenarios, but none work. Any ideas on what I'm doing wrong?
Thanks very much!
Discussion posts and replies are publicly visible
I am getting an error, "The following error was raised by the Export to Excel function: Cell index must be >= 0"
Cdt_fields_to_export uses cons!RM_EXPORT_REFERRAL_FIELD_NAMES which has the following values
idprioritystatusreasonprimaryDiagnosisprimaryConcernreferringPartyintendedPartyreferringProgramintendedProgramisVerbalConsentReceivedservicingProviderFirstNameservicingProviderPhoneNumberreferralOriginContactreferralDateassignUsercreateDateTimereferralClosureReasonlastNamefirstNamedobgenderaccountclientCdsubscriberRelationshipgroupIdsectionNumzipCodesubscriberId
Cell_keys uses cons!RM_EXPORT_REFERRAL_EXCEL_COLUMNS which contains the values:
A2B2C2D2E2F2G2H2I2J2K2L2M2N2O2P2Q2R2S2T2U2V2W2X2Y2Z2AA2BB2CC2
Cell_values uses cons!RM_EXPORT_REFERRAL_FIELD_NAMES which contains the values listed above for Cdt_fields_to_export
Excel_base_template uses the template with the following format
Sorry for all the info, but thanks for helping out.
i ran it with cellValues below, and i still get the error
This may be an old post, but it may help some other people who are using this plugin. I've noticed that all inputs using an expression need to start with the equals sign (=) or else it won't recognize that it's an expression. For your starting cell and sheet number, they need to say ="A2" and =0.