Skip to content
Discussion options

You must be logged in to vote

Thank you so much for response, @abadedgar113. This is pretty close to what I am looking for. Although this is a little more complex than what was actually needed. I actually have a separate view that I created that contains that Total Position Count. I did create a new Data Provider and a Repeater that contains this value.

I think simply created a Basic Text that combined a little JavaScript with Handlebars to pull that value in and display it properly.

This is my View:

That short JavaScript looks a little like this:

totalPos = $("[Total Positions Repeater].TotalPositions.[Count Position]");

let txtPos = "<br><br><b>Total open positions:</b> " + totalPos;

return txtPos;

This is what m…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@phamalda
Comment options

Answer selected by phamalda
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants