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

Announcements
Now accepting applications for the Qlik Luminary and Partner Ambassador Programs: Apply by July 6!
cancel
Showing results for 
Search instead for 
Did you mean: 
shwethaa
Contributor III
Contributor III

Set expression passing island date field in table expression

I have island Calendar table.

I have pulled island date week in the straight table. so in measure I want to pass sum of sales where main date week=island date week.

 

Labels (2)
4 Replies
Uday_Pasupuleti
Partner - Creator III
Partner - Creator III

Try

 

date week=P(island date week)

sunny_talwar
MVP
MVP

You might need to use if statement here

shwethaa
Contributor III
Contributor III
Author

No if statement doesn't work, because dimension in the table is Island date field, so I want to show data related original date in front of this island field.

 

sunny_talwar
MVP
MVP

Would you be able to share a sample where we can see the issue?