Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
tseebach
Luminary Alumni
Luminary Alumni

Rename Derived Field

Hi,

I'm trying to use a Derived Calendar, and after the Derived Calendar is created (there is no message in script) progress, I try to rename the fields because they end up having nerdy names.

Tag Fields PostingDate  With '$date';

C:

DECLARE FIELD DEFINITION TAGGED '$date'

   Fields

      Year($1) As Year Tagged '$year';

DERIVE FIELDS FROM FIELDS PostingDate USING C;

Rename Field [PostingDate.C.Year] to [PostingDate Year];

But that fields ends up as [PostingDate.C.Year], is there anyone who has been able to pull this trick off?

I'm basically trying to make the Derived Calendar user friendly... Other ideas are very welcome.

1 Reply
dannyy81
Contributor III
Contributor III

did you come with an answer?