Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re^21: Unable to create a Pivot chart with visiable Columns

by chandantul (Scribe)
on Sep 12, 2018 at 18:26 UTC ( [id://1222249]=note: print w/replies, xml ) Need Help??


in reply to Re^20: Unable to create a Pivot chart with visiable Columns
in thread Unable to create a Pivot chart with visiable Columns

Yes ..you are correct! Thanks for your patients ..Would it be possible to get answer on my last question?

  • Comment on Re^21: Unable to create a Pivot chart with visiable Columns

Replies are listed 'Best First'.
Re^22: Unable to create a Pivot chart with visiable Columns
by huck (Prior) on Sep 12, 2018 at 22:57 UTC

    I tend to think of poj as more of a doctor than a patient.

      Sorry, poj is having super patience and this guy can help anytime when you are in trouble.. I do appreciate his help and I will help once my turns comes

        Hi Poj, I have one doubt on TOTAL element while you suggested use this in Pivot table

        I need your help to understand the TOTAL Element as I need to develop +the same in Java. Can I get any help? I do understand the associated array is not there in Java compare to P +erl. Can you please let me know how I can interpret between Perl and +Java. This is same critical project. I am able to generate the data t +hrough java but got stuck in Pivot table creation in Java. I really w +ould like understand the TOTAL element here if you don't don't have a +ny coding solution for JAVA.
        $app = $responseapps5[$k]; $device = $responseclientdevice[$k]; $browser = $responseclientbrowser[$k]; $userid = $responseid[$k]; ++$pivot{$app}{$device}{$browser}; ++$pivot{$app}{'TOTAL'}{$browser}; ++$pivot{$app}{'TOTAL'}{'TOTAL'}; ++$pivot{$app}{$device}{'TOTAL'}; ++$pivot{'TOTAL'}{$device}{$browser}; #++$pivot{$app}{$browser}; ++$categ{'device'}{$device}; ++$categ{'browser'}{$browser}; ++$app{$app}; $row1++; #print Dumper $app;

        2018-09-18 Athanasius added code tags

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1222249]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (7)
As of 2024-04-19 15:09 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found