Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Missing Field Value

Hello Everyone,

I am having a problem, I am trying to alias these fields as you can see here:

Screenshot (15).png

But I get this error:

Screenshot (16).png

Please can someone tell me what the issue is?

Best wishes,

Alison

16 Replies
Clever_Anjos
Employee
Employee

If you want to rename a field use

RENAME <field> to <new name>;

ahaahaaha
Partner - Master
Partner - Master

Hi,

Load

[Payment Date] as Date - absent FROM

Not applicable
Author

Hello Clever Anjos,

But isn't the case that you can't rename two fields to have the same name? That's what I want to do. I want [Expenditure Date], [Income Date] and [Payment Date] to each be given the field name Date.

Not applicable
Author

Hello Andrey,

Sorry, what do you mean by that. What do the '-' and 'absent' mean?

akpofureenughwu
Creator III
Creator III

Hello Cooke,

You need to load  a data from a defined source...

see my attached image for clarification

if you can send a sample data, it will help this analysis

Regards

Not applicable
Author

Hello Akpofure Enughwure,

I have now added the data source but I am still have the same problem. Any suggestion?

Thanks in advance.

akpofureenughwu
Creator III
Creator III

Please share a sample data so I can check from my end

Not applicable
Author

Hi,

Yes of course, here it is.

arvind_patil
Partner - Specialist III
Partner - Specialist III

Hi Alison,

You can try this:

FinalExpenditure :

Load

  [Expenditure Amount],

  Date([Expenditure Date] as Date

Resident Expenditure;

Drop table Expenditure;



Thanks,

Arvind Patil