Hi all,
I have a problem integrating a data correctly in Tableau Software...
Basically to fix my problem I would have to change my Alteryx workflow.
Those are the columns that matter for my problem:
Client Name
PERIODE
Product
Units
Client name repeats for every product for which units <> 0
Client name also repeats every time Periode is different
What I need is for the workflow to create a Client Name line for all the products even if the units is 0
So for example:
Client Name Product Periode Units
XXX 1 201806 2
XXX 3 201806 4
XXX 2 201701 3
Should become:
Client Name Product Periode Units
XXX 1 201806 2
XXX 2 201806 0
XXX 3 201806 4
XXX 4 201806 0
XXX 1 201701 0
XXX 2 201701 3
XXX 3 201701 0
XXX 4 201701 0
Thank you guys in advance,
Max