Skip to main content
Solved

Lobby parameter

  • May 30, 2023
  • 8 replies
  • 295 views

I have created a custom Field in Marketing Campaigns and wanted to make this a parameter in the lobby.

How would I do this please?

 

Best answer by Link

Hi,

exactly.

For example:

 

8 replies

  • Author
  • Do Gooder (Customer)
  • 16 replies
  • May 30, 2023

Sorry I missed the part I want to reference.

 

So I would like to filter the lobby by Financial Year 

 

 

 


Link
Superhero (Customer)
Forum|alt.badge.img+23
  • Superhero (Customer)
  • 1265 replies
  • May 30, 2023

Hi @a.george 

you need to integrate your parameter in the where condition of the lobby data source.

 

Example:

CF$_Financial_Year = ‘$Parameter_Name$’


  • Author
  • Do Gooder (Customer)
  • 16 replies
  • May 30, 2023

Hi @a.george 

you need to integrate your parameter in the where condition of the lobby data source.

 

Example:

CF$_Financial_Year = ‘$Parameter_Name$’

Do you mean in the data source designer?

 


Link
Superhero (Customer)
Forum|alt.badge.img+23
  • Superhero (Customer)
  • 1265 replies
  • Answer
  • May 30, 2023

Hi,

exactly.

For example:

 


  • Author
  • Do Gooder (Customer)
  • 16 replies
  • May 30, 2023

Hi,

I have done that but get this error?

 

 


Link
Superhero (Customer)
Forum|alt.badge.img+23
  • Superhero (Customer)
  • 1265 replies
  • May 30, 2023

At first you have to use the right view.

I think in this case Marketing_Campaign_CFV and the first apostrophe of your parameter is not correct.


  • Author
  • Do Gooder (Customer)
  • 16 replies
  • May 31, 2023

Excellent, I was able to do this now thank you


Link
Superhero (Customer)
Forum|alt.badge.img+23
  • Superhero (Customer)
  • 1265 replies
  • May 31, 2023

Very good. Then you can close or mark it.