how to group existing data and populate in spreadsheet by month?

Confluence User - 23 Sep, 2021

Hi how can i populate data to show all in spreadsheet based on month after select by project code, btw currently i'm using ajax subform to auto populate from drop down into spreadsheet




forms;datalists

1


23 Sep, 2021
confluenceUser
confluenceUser

You can use a JDBC Form Binder with SQL to populate your Ajax Subform and use the special hash variable #requestParam.primaryKey# in your SQL to filter, for example:

select * from app_fd_subform where c_foreignkey = "#requestParam.primaryKey#"

where the value of #requestParam.primaryKey# is retrieved from the field property "Parent Field to keep Subform ID" in form builder (i.e. "projectcode"). There is a demo app you download to learn.

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print