How can I make the Quiver component reusable in future?

Hi - How can I make a quiver component reusable or others to access in their logic if needed. Please help to share the option screen to enable /make it reusable? Thanks is advance.

Checked the Foundry documentary.. Looks have the option in Quiver screen but, could not cover in that tutorial..

Hi @VenkatPolimera,

You can use Quiver’s visual functions tool to save and reuse Quiver logic to be used in other Quiver analyses. You can find the documentation here giving a high level overview of this tool, and documentation here showing how to create visual functions in Quiver.

1 Like

Have to create a visual function( fx) from left hand side option, publish and function can be shared or reused the component any where ( screen 1) ? Am i correct.

Screen-1

Screen -2-

The selected component can be used only in notepad

Hi @VenkatPolimera, correct, once you publish the function it can be used in other analyses. As shown further down in the documentation on how to use visual functions (here), you can then access this published visual function by searching for the relevant quiver card that your function outputs.

As for your second screenshot, you’re not able to reuse this chart outside of notepad since this chart isn’t a supported type for visual functions.

If you would like to reuse a Quiver bar chart across multiple analyses, I would actually recommend creating a Quiver Dashboard. Dashboards are designed to behave the same as visual functions, however they are geared more to output visualizations. Once you create a Quiver dashboard with your component, you can then import this published dashboard in other Quiver analyses, as well as Notepad, and Workshop!

1 Like

Okay.. Thank you very much for detailed notes. Let me implement a example and check.