Skip to main content
Announcements
Customer Spotlight: Discover what’s possible with embedded analytics Oct. 16 at 10:00 AM ET: REGISTER NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
polisetti
Creator II
Creator II

Renaming fields using variable

Hi Everyone,

My requirement is to change the table fields value to logical months by using another field. Below is the example:

Actual Table contains a field name as below and Data month field always contains one specific Month value- '1/1/2016' in DD/MM/YYYY format.

Now I need to change the below columns accordingly. ie.., Month 1 should change to the value present in Data Month and Month 2 should be Data date-1 and so on till Month 24.

Table FiledsI need
CustomerCostomer
AddressAddress
Data MonthData Month
Month 1Jan'16
Month 2Dec'15
Month 3Nov'15
Month ...Oct'
Month 24Jan'14

Could someone please guide me how to do this at the script level.

Thanks,

Jaswanth

10 Replies
polisetti
Creator II
Creator II
Author

Thanks Manuel, It worked

Regards,

Jaswanth P