Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I need to create a macron where he may walk a customer list automatically, eg I have a client list and a bar graph with total sales for the chart change from customer to customer have to keep clicking on each client, wanted to create a macro where he could go through the list of every customer automatically estimated time for me and graphics accompany change.
Please algume is to help me since I'm starting now with QlikView and I need to develop this routine does not know where to begin ...
Thank you all.
I'll put an example in Delphi,
Cliente.open;
Cliente.Firts;
While not the do
Begin
Label1.Caption: = ('£' + floattostr (Total sales));
sleep (100);
cliente.next;
end;
I would do it in the list of client and instead of putting the label on the chart would be ....