Qlik Sense是否使用电子邮件进行陈述表达

问题描述 投票:0回答:1

我有一个表,必须在IF Else声明中有一个电子邮件链接。我可以让电子邮件正常工作但是当我包含IF Else语句时,我得到的内容无效。关于我做错了什么的任何想法?

=IF(45-(networkdays(max({<[Access Type]={'User Access', 'Login Access'}>} Date),Today())) = 15,

'mailto:'&EMAIL_ADDRESS&'?subject=Your QLIKSENSE Account has become DISABLED'&'&body= This is a NOTICE informing you that your Qlik Sense account has been disabled due to inactivity. 

You will have 15 days to log into your account before the account is deleted. 

All inactive accounts will be DELETED after 45 days of inactivity.

To access the Qlik Sense site, navigate to https://website and click Get Started.
')
,
IF(45-(networkdays(max({<[Access Type]={'User Access', 'Login Access'}>} Date),Today())) <= 5,

'mailto:'&EMAIL_ADDRESS&'?subject=Your QLIKSENSE Account has been deleted'&'&body= This is a NOTICE informing you that your Qlik Sense account has been deleted due to inactivity. 

All inactive accounts will be DELETED after 45 days of inactivity.

To access the Qlik Sense site, navigate to https://website and click Get Started.
))
qliksense
1个回答
0
投票

缺少'在最后一点之后(“开始。”)“。最后)在开始时没有打开。

© www.soinside.com 2019 - 2024. All rights reserved.