Skip to main content
Announcements
NEW: Seamless Public Data Sharing with Qlik's New Anonymous Access Capability: TELL ME MORE!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Macro to input and display several inputs

Hi I am wondering if I can get a macro to allow multiple inputs and cound each one then display them when called up with another macro.

Here is the nonsense I have pulled together so far...

sub details

datainput = inputbox( "Please enter data")

ActiveDocument.Variables("text_entered").setcontent.datainput.true

RecordNum + 1

At this point I can't see how to create a <datainput> variable (RecordNum) that will be able to display.??

I want to add one every time and display them all?

Any help would be appreciated

Regards

Peter

2 Replies
amars
Specialist
Specialist

Hi Peter

See if this link helps

http://community.qlik.com/forums/p/16998/66514.aspx#66514

Regards

Amar Big Smile

Not applicable
Author

Hi Amar,

Thanks, but I was looking for a macro that can do this - This is so that it can be run at web session and not need QV Load ability.

Can you offer any further help? I have run dry here now.

Peter