I want to see in a cell values of a Dimension name ‘Month’ .
This dimension may take Multiple values as “4;5;6” or two as “5;6” or
one “4”;
Thanks in advance .
brisou (BOB member since 2004-07-13)
I want to see in a cell values of a Dimension name ‘Month’ .
This dimension may take Multiple values as “4;5;6” or two as “5;6” or
one “4”;
Thanks in advance .
brisou (BOB member since 2004-07-13)
So normally it would appear in a table with multiple rows, is that right?
And now you with one cell with all values sitting after each other?
stuartgmilton (BOB member since 2003-01-30)
Are you wanting this list from all possible values (the LOV)? Just the list chosen in a prompt? Just the list of actual values returned?
Dwayne Hoffpauir (BOB member since 2002-09-19)
yes , stuartgmilton ,as you said i want “one cell with all values sitting after each other”;
and yes , Dwayne Hoffpauir, i want data come from “Just the list chosen in a prompt”
thanks a lot for your replies.
brisou (BOB member since 2004-07-13)
If the values are selected from a prompt, you do not need an SDK solution. Read up on the help text for the function UserResponse(). It is designed to capture a user’s input to a prompt and allow you to echo it back in a single cell.
Dave Rathbun (BOB member since 2002-06-06)
This is built in to Reporter. Insert, Special Field, Query prompts…
Dwayne Hoffpauir (BOB member since 2002-09-19)