Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
gireesh1216
Creator II
Creator II

Need DROP DOWN selection for Expression

Hi Team,

I have straight table.It contains one dimension(A) and one expression(B)

I am looking for DROP DOWN selection for Expression(B).

TEST.png

Thanks

Gireesh

15 Replies
gireesh1216
Creator II
Creator II
Author

Hi Kamal Kumar Sanguri ,

         ,

I know that.

But problem is i am using Concat(B,',') expression.

Concat(B,',') is not work as dimension.

If u want i wil give sample data.

gireesh1216
Creator II
Creator II
Author

If use other expression like (sum(sales),count(id)) working fine.

kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

The option I gave is for Drop down and not Drill Down.

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!
Anil_Babu_Samineni

Re: Need DROP DOWN selection for Expression

Yes, Work around should be in back end like

Load *, Concat(Value, Chr(10)) as Value_Copy

Then Front end you may place over that in over Expression within Straight table and that the field you must choose MultiBox and some changes needed from Presentation tab to looks good

Hope this helps

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
avinashelite

Share the sample data ....if you concat in the dimension then I don't think you will get it as a drop down select

stabben23
Partner - Master
Partner - Master

!Hi Gireesh,

Have a look at this example With a multibox instead, maybe a workaround for you.