Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
panipat1990
Creator II
Creator II

Help

Hi Team,

              I am New In Qlikview..My Requirement is How to Data enter In Qlikview Frontend.....Is this Possible That we Can enter the Data entery in qlikview Frontend......How will it Possible...... Please Help Me......

8 Replies
MK_QSL
MVP
MVP

NOT Possible to write data in database from qlikview

deepakqlikview_123
Specialist
Specialist

Hi Manish,

this is true that  we can not  write back to database in qlikview.But shall we use PHP code and set up connectivity with db to write back to db in qlikview

Thanks,

Deepak

its_anandrjs

Hi,

It is not possible but you can use some third party plugins for this you have to search about this.

Regards,

Anand

jonathandienst
Partner - Champion III
Partner - Champion III

It is possible to capture user data and its also possible to update a database from Qlikview - but Qlikview is not a good data capture solution and is not recommended for this purpose.

PS - please use a more descriptive title - "Help" is not sufficient.

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein
jagan
Luminary Alumni
Luminary Alumni

Hi,

You can do, but it is not suggested to do it.  Qlikview is a BI tool not a Data Entry tool, instead of using Qlikview you can write some other programs like .Net, Java etc. for Data Entry.  Check below for Data Entry in Qlikview

Dynamic Update - Using Actions

panipat1990
Creator II
Creator II
Author

Hi,

     Can We Save Data which We ADD,Populate, Delete Data in QVD...Please Help Me

panipat1990
Creator II
Creator II
Author

Hi,

    How To Make QVD After ADD,Populate, Delete  Operation.....Please Help Me

jagan
Luminary Alumni
Luminary Alumni

Hi,

Use this macro to export data to QVD, before that display the data in a Table Object

  1. sub ChartToQVD 
  2.     set obj = ActiveDocument.GetSheetObject("TB01"
  3.     obj.ExportEx "QvdName.qvd", 4 
  4. end sub

Replace TB01 with your Table object ID.

Regards,

jagan.