Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
Trying to load the data but keep getting invalid expression. Out of ideas to try fix it.
Thanks!
@Carina_RH problem is in your group by. You can only write the columns which is part of that load. You cannot write the column name which is renamed in that load or any other column which is not part of that load
your Group by should be below
Group by Period,Konto,Motpart;
@Carina_RH problem is in your group by. You can only write the columns which is part of that load. You cannot write the column name which is renamed in that load or any other column which is not part of that load
your Group by should be below
Group by Period,Konto,Motpart;
Try adding the Period field to the GROUP BY section and remove the field that starts %...
I think I tried all but that but it did the trick! Thanks!
I think I tried all but that but it did the trick! Thanks!
@Kushal_Chawda My visualization didn't work with this group so I tried removing Period all together but then I am back to invalid expression, any thoughts?
@Carina_RH you should include period in group by because you still have that field on which you are applying formatting function