hi,
kindly help me to understand how to use custom macro in queries. Is it possible at all (for now i can only use Status and Color macros?
SELECT
FORMATWIKI("{status:colour=Orange|title=Ok}") status, -- WORKS
FORMATWIKI("{page-info:page=",@pageTitle,"}" ) as pg_id -- DOES NOT WORK
FROM T1
thanks.