Focal Point
[CLOSED] Data validation drop down

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

March 04, 2013, 10:14 AM
RSquared
[CLOSED] Data validation drop down
another Excel question. Does anyone know how to add a data validation dropdown to a cell in Exl2k?


thank you

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


WF 7.6.11
Oracle
WebSphere
Windows NT-5.2 x86 32bit
March 04, 2013, 03:49 PM
Waz
What type of validation ?

This just gives an idea of how to add it.

DEFINE FILE CAR
 Code/A500 = '<xml><x:DataValidation><x:Range>$D$5:$D$10</x:Range><x:Type>List</x:Type><x:Value>$D$5:$D$10</x:Value><x:InputTitle>Select</x:InputTitle><x:ErrorTitle>Error</x:ErrorTitle></x:DataValidation></xml>' ;
END

TABLE FILE CAR
HEADING
"Cell Validation <Code"
" "
" "
PRINT SEATS
BY COUNTRY
BY CAR
BY MODEL

ON TABLE PCHOLD FORMAT EXL2K

END



Waz...

Prod:WebFOCUS 7.6.10/8.1.04Upgrade:WebFOCUS 8.2.07OS:LinuxOutputs:HTML, PDF, Excel, PPT
In Focus since 1984
Pity the lost knowledge of an old programmer!

March 04, 2013, 04:53 PM
RSquared
I want to give them a list of values to select from. eg, I - Incomplete
C - Complete
S - Suspended


WF 7.6.11
Oracle
WebSphere
Windows NT-5.2 x86 32bit
March 04, 2013, 05:19 PM
Waz
I don't know much about this in Excel, but it seems that the list is pointed to via the x:Value tag.

The list would have to be in the spreadsheet.


Waz...

Prod:WebFOCUS 7.6.10/8.1.04Upgrade:WebFOCUS 8.2.07OS:LinuxOutputs:HTML, PDF, Excel, PPT
In Focus since 1984
Pity the lost knowledge of an old programmer!