Hi,
1. Use Stream (Child) parameter for Parent Report: I want to use Stream created for Contact as condition to create a list report of Contact. For example, I want to have a list report for all Contacts which have Stream notes created on certain date.
Is is possible to do so? And what is the “Complex Expression” for it? Really want to get help on this.
2. Possible for add "Contains" in workflow formula (now it has 'not empty', 'empty', 'not changed', 'changed')? For example, I want to add condition for workflow like this: all Stream posts which contain "Followup". I tried to use string\contains(Post, 'Followup') but failed. The formula I tried is:
streamCount = ifThen(string\contains(Post, '#Followup#'), streamCount+1)
but this does not work....
Thanks a lot!!
1. Use Stream (Child) parameter for Parent Report: I want to use Stream created for Contact as condition to create a list report of Contact. For example, I want to have a list report for all Contacts which have Stream notes created on certain date.
Is is possible to do so? And what is the “Complex Expression” for it? Really want to get help on this.
2. Possible for add "Contains" in workflow formula (now it has 'not empty', 'empty', 'not changed', 'changed')? For example, I want to add condition for workflow like this: all Stream posts which contain "Followup". I tried to use string\contains(Post, 'Followup') but failed. The formula I tried is:
streamCount = ifThen(string\contains(Post, '#Followup#'), streamCount+1)
but this does not work....
Thanks a lot!!
Comment