Welcome Guest! Log in
×

Notice

The forum is in read only mode.
Due to some maintenance operations, stambia.org will be switched to read-only mode during the 13th November. It will be possible to read and download, but impossible to post on the forums or create new accounts. For any question please contact the support team.

Topic-icon Solved Is it possible to prompt for value while executing delivery through analytics?

More
07 Jul 2016 09:33 #1 by Prashant.Sangle
Prashant.Sangle created the topic: Is it possible to prompt for value while executing delivery through analytics?
Hi,

Is it possible to send value while executing to delivery through analytics?

I have below scenario.

1: I am using SQLOperation action in my process query like
select * from geography where region='EAST' I want where clause to be dynamic.
2: Output of above query return state and region which used in other operations.
3: Create package of process and deploy it on analytics.

Now what I want, When I run delivery through analytics It will prompt for region so that user process will execute for only that region.

Is this possible? if yes then can you guide me to achieve it?

Let me know if any queries.

Thanks and Regards,
Prashant Sangle
Attachments:
More
07 Jul 2016 10:16 #2 by Thomas BLETON
Thomas BLETON replied the topic: Is it possible to prompt for value while executing delivery through analytics?
Hi,
I think this article may help you: www.stambia.org/doc/59-analytics/how-to/...ettable-in-analytics
Note: they have to know the value and type it (no list of values).
More
07 Jul 2016 14:07 #3 by Prashant.Sangle
Prashant.Sangle replied the topic: Is it possible to prompt for value while executing delivery through analytics?
Hi,

Thanks It resolve my issue.

Thanks and Regards,
Prashant Sangle