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

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

add new field within same load

I need help to create new field using variable from loaded table.

I have many loaded table that contains the same variable and i want to create new field calculated with this variables.

I try this but it doesn't work

Load *,

Nom&' '&Nom1 as [Nom Prénom],

if([Maternité (Évènements)]=1,Date(Date)) as mindate,

if (left(Badgeages,3)='...'and mid(Badgeages,5,1)<> 'T',mid(Badgeages,5,1)) as entrée,

if (left(Badgeages,3)='...' and mid(Right(Badgeages,11),1,3)='...',mid(Right(Badgeages,7),1,1)) as sortie,

  if(match([Code d'entreprise],'5'),'SOUSSANA','Autres')as Société;

Labels (3)
0 Replies