Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Dom_onqlik
Contributor
Contributor

Writeback Solution for Ticketing

Hello, 

I'm attempting to create writeback solution for creating and keeping track of trouble tickets. Any suggestions on how I can get Ticket_ID to be autogenerated?

Labels (1)
4 Replies
Chanty4u
MVP
MVP

May be writeback extension (like Vizlib Writeback, Inform, or a custom solution using Qlik APIs.

Dom_onqlik
Contributor
Contributor
Author

What I ended up doing is an expression that takes the max ticket id and adds 1 as the default value for new forms. 

NS_Qlikupdates
Partner - Creator
Partner - Creator

Hi,

If you're looking to build a ticketing solution with an auto-generated Ticket_ID directly from Qlik Sense, you might consider SenseOps Writeback. It allows you to create forms within Qlik that write data back to a database (such as SQL). The backend can be configured with auto-increment fields or sequences, so the Ticket_ID is generated automatically upon submission.

This enables you to manage ticket creation, updates, and status changes directly inside your Qlik app, rather than handling the process externally. Know More about SenseOps Extensions>>

Quick Links:

Writeback

Book a demo

Gui_Approbato
Partner - Creator III
Partner - Creator III

Hi @Dom_onqlik ,

You can even use the Write table from Qlik however you need to know some limitations - you can't re-use the same object or data storage, and the data is deleted after 90 days.

A key point is to use the functions like Now() in the key field to make it always unique.

I work for Inphinity executing all kinds of writeback projects. I can show you how to do it with our writeback in a very simple but effective way. Send me a message and I can jump on a call with you.

Best