Hi, I need to put all the information from the attached layout in one line as per example below. Any help would be much appreciated. Thanks
Txn Type | Time | Date | Txn No | Till Operator | Card Number: | Old Points Balance: | Points Awarded: | Points Redeemed: | New Points Balance: |
Loyalty Points Adjustment | 07:04 | 27-Jun-24 | 0078-01-222222 | 4047: @jackie | 66666xxxxx000000000x | 8 | 2 | 0 | 10 |
You basically have 4 segments here, so one route could be
Select Tool - Time, Date, Txn No, Till Operator
Select Tool - Txn Type
Text Input - create a field called blank and include as many rows as required (this might be better to do with a generate rows depending on how dynamic it needs to be)
Separating the data and doing transpose and cross tabs should get it aligned
Then you can union everything together
Something like this
Hi Bolide,
Thanks for this! Would there be any chance for you to attach the workflow please?
Thanks for the workflow and apologies for the confusion. I actually need the opposite so the format in the screenshot to the format in one line, I hope this makes sense. Thanks
post excel files - not screenshots of excel files. I'd also recommend two examples (entries) so we can see if it's mutliple files/sheets per line - or one sheet with a slew of entries each seperated.
Thanks - but how would a second entry look in the input file? Ie row 2 in the output file.
Hi, there is only one entry which is the input file, no other entries/files. The file isn't very user friendly so I'm trying to find a way of getting all date in one row as per the output file. However, if you mean something else please elaborate. Thanks