Hello, I would like to use this function:
In the data schema declaration like this:
<attribute expr="GetEmailPreDomain('prefix@xxx.xxx')" label="x" name="x"
type="string"/>
So its value is "prefix"
How can I do this?
Thank you in advance.
@Manoj_Kumar_ @ParthaSarathy @Parvesh_Parmar @DavidKangni
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Hi @Heku_ ,
Try this expression,
expr="Substring(@email,0 ,Length(@email)-Length(GetEmailDomain(@email)))"
<attribute expr="Substring(@email,0 ,Length(@email)-Length(GetEmailDomain(@email)))" label="Email Prefix" name="emailPrefix" type="string"/>
Disconnect & Reconnect.
Views
Replies
Total Likes
Thank you, but i need to do more complex things, like doing a SELECT x FROM actual table order by x DESC LIMIT 1
Views
Likes
Replies
Views
Likes
Replies