Hello all,
It comes from the ActionSupport extension. There is a lot you can do with it, including setting a parameter.
I use it to create a Top X list, with the rest in 'Others' using a parameter ?Top?:
case
when rank(total( Indicaties_0.Betaald_Per_Periode for Indicaties_0.Kode_Aanbdr_Naam )) <= ?Top?
then Indicaties_0.Kode_Aanbdr_Naam
else 'Others'
end
------------------------------
Andrew de Jong
------------------------------
Original Message:
Sent: Tue June 25, 2024 05:19 PM
From: Syd Shewchuk
Subject: Parameter passing in Cognos Dashboards
Thanks for the reply, Krity. I see that you are using Cognos 12.0.1.
I have used both Cognos 12.0.1 and 12.0.2, but I have not seen the "Actions" entry in either of those versions and I can't find any documentation that mentions it. Where did that entry come from? Is it an added custom extension?
------------------------------
Best regards,
Syd
------------------------------