Thanks, Matt. You're right, I can use allowHtml:true to enable the display of links!
On Mon, Feb 21, 2011 at 9:30 AM, Matt <[email protected]> wrote: > I can't tell from your example, but you need to be sure you have the > 'allowHtml' option set to true. If you have that set to true and it > still isn't working could you provide a more fully formed example to > debug? > > On Feb 18, 5:18 pm, Isabel Xiu <[email protected]> wrote: > > Does anyone know whether I could output links? Thanks in advance. > > > > the php code is as below, but the output > > > > -code--------- > > $query1 = "SELECT concat('<a href=\\\"mapping.php? > > submit=true&report=rmi&site=" . $_REQUEST['site'] . "&edate=" . > > $_REQUEST['edate'] . "&bdate=" . $_REQUEST['bdate'] . "&date=" . > > $_REQUEST['date'] . "&db_name=" . $_REQUEST['db_name'] . > > "&issue_class=rmi.%&ldap=',a.qcee,'\\\" target=\\\"_blank\\ > > \">',a.qcee,'</a>') as 'Labeler', ..... > > ... > > echo "gviz.sqlAdapter('vis2', google.visualization.Table, \"$query1\"); > > \n"; > > ------------ > > > > it gives me not a clickablelinkbut the following > > -output------- > > <a href="mapping.php? > > > submit=true&report=rmi&site=kir&edate=&bdate=&date=oneweek&db_name=all&issu > e_class=rmi. > > %&ldap=aallwardt" target="_blank">aallwardt</a> > > ------------ > > > > I want alinkthat users can click to go to another page with the > > href. > > -- > You received this message because you are subscribed to the Google Groups > "Google Visualization API" group. > To post to this group, send email to > [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-visualization-api?hl=en. > > -- Thanks, -Isabel -- You received this message because you are subscribed to the Google Groups "Google Visualization API" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-visualization-api?hl=en.
