The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here

Creation of Date Attribute

FreshyFreshy Member Posts: 7 Contributor II
Hi,

I have to create a date attribute along with the time bucket as show in the attached pic.Column(Date) & B(Time Bucket(IST)) need to be combined in order to make it as one Date attribute and Column(Grand Total) is the Label.

Kindly provide help!


Tagged:

Best Answer

  • ceaperezceaperez Member Posts: 541 Unicorn
    Solution Accepted
    Hi, @Freshy

    An approximation is to divide your Time Bucket Attribute in two parts and then concatenate it with the Date attribute, after that you can convert it into date format again.

    please check the example attached.

    Best, 
    Cesar
Sign In or Register to comment.