Focal Point
[CLOSED] Pass data value to drill down

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/925102093

March 09, 2010, 12:05 PM
raghuram
[CLOSED] Pass data value to drill down
Hi All,
I need to drill drown from one report to te other.
We are providing hyperlink,when click on the hyperlink button that value has to pass to the another procedure file.
The another procedure is expecting data with in Quotes.(for example '15').From the main report tha value is passing like 15.I need to put it into double quotes.
How can i do like that.

Thanks,
Raghu

This message has been edited. Last edited by: Kerry,


WebFOCUS 7.6.7
Windows
Excel, PDF, HTML
March 09, 2010, 01:32 PM
mrguru
 

-SET &DRILL_LINK = ' SEVLEVEL=' || '''' || &SEV_LEVEL || '''' ;

OR

-SET &DRILL_LINK = ' SEVLEVEL=' || '''' || '1 OR 2 OR 3' || '''';

Then

TYPE=DATA, COLUMN=N3, FOCEXEC=&DRILL_LINK, $

 


Which ever may apply.

This should give you an idea on how to do it.


WF 8.2.01M
8.2.01M Reporting Server
Windows 2012 Srvr R2
PDF,Excel, HTML
Graphs - a lot of graphs
March 09, 2010, 02:17 PM
Tom Flynn
-SET &VAL1 = 15;

TYPE=DATA, COLUMN=N3, FOCEXEC=program.fex (VAL1=&VAL1.QUOTEDSTRING), $


Tom Flynn
WebFOCUS 8.1.05 - PROD/QA
DB2 - AS400 - Mainframe
March 09, 2010, 03:29 PM
Dan Satchell
If the value comes to the drill down procedure as a number, you can transform it in the drill down procedure with code similar to one of the statements below. The first -SET statement surrounds the value with double quotes, the second -SET surrounds it with single quotes.

-SET &VAL1 = '"' | &VAL | '"';
-SET &VAL2 = '''&VAL.EVAL''';



WebFOCUS 7.7.05
March 16, 2010, 10:00 AM
Kathy P
Did you try doing this in report painter? Were you looking for coding or GUI. Using the GUI is much easier.


Kathy Phillips
Web FOCUS 8.2.05.14, 8.1.05, 8.08, 8.0.7, 8.0.5,8.0.2m, 7.6.10,7.7.03
Windows