nFeed need to set a variable from a SQL query

peter-quach November 3, 2016

{code}

#set( $cnt = (select count(*) from dbo.tableA) )

#if ($cnt > 0)
    select column1
    from dbo.tableA
#else
    select column1
    from dbo.tableB
#end

{code}

can I set a variable from a SQL query?

1 answer

0 votes
Nicolas Simon
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
January 26, 2017

Hello Peter,

Unfortunately this is not possible with the current version of nFeed. I would suggest to open a Change Request on the Valiantys Support platform -> https://valiatys.atlassian.net. Maybe the functionality will be implemented one day.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events