In my application layout, I have a button in left and a panel (div) in right. I want to show the number of topics added by a particular user in the right panel. For this purpose, I have written a MQL query which is working fine.
I am just not able to figure out the way to fire the query on button click event and display its result in the right side panel.