Skip to main content

New to Qlik Sense

If you’re new to Qlik Sense, start with this Discussion Board and get up-to-speed quickly.

Announcements
Qlik Cloud Maintenance is scheduled between March 27-30. Visit Qlik Cloud Status page for more details.
cancel
Showing results for 
Search instead for 
Did you mean: 
QLijuan
Contributor II
Contributor II

REMOVE CALCULATED FIELD

Dear ALL,

I'm a newbie in QLIK sense. 

I'd created a calculated field to formulate a datestamp field to 'YYYY-MM', but I later discovered that I could easily use QLIK built-in function to achieve the same result. As such I'd like to remove the calculated field.

Can someone tell me how and where to do this?

Any help would be appreciated.

Thank you.

Labels (1)
4 Replies
Kushal_Chawda

What is the format of datestamp field?

uroboros
Creator
Creator

Hi  @QLijuan,

To do that, you need apply in your script, come like:

* date(date,'YYYY-MM') as DateWithFormat

if you tag this field as a date, Qlik will help you to make a master calendar.

Regards.

QLijuan
Contributor II
Contributor II
Author

Thank you for the proposed solution. But I'm looking to remove the obsolete calculated field.

 

uroboros
Creator
Creator

In fact, when you calculate this on your transform script, you don't need use calculate script later.