Hi community,
I am trying to create an interface for our users using Alteryx (just executing). The objective is for the user to tell Alteryx which column is which, so that Alteryx can continue with the Analysis. We get documents with the same columns, but named differently (i.e. Registered date / Date of register /Registration Date).
With this interface, the user will tell Alteryx with the interface which field (from the document he attached) is what.
It should be something like this:
Name of column (from the document inserted by user) Name of Column that will be used for the Analysis
(Choose column from the attached document) G_Document Number
(Choose column from the attached document) G_Description
(Choose column from the attached document) G_Credit
(Choose column from the attached document) G_Debit
(Choose column from the attached document) GT_Registration Date
In choose column from the attached document, the user should choose the name of the column that matches with the Column in the right side.
I would really appreciate your help this time.
Kind regards,