Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
tseebach
Partner - Creator III
Partner - Creator III

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?