Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I have written the following code:
Tag Field Dimension With '$hidden';
Tag Field Month With '$hidden';
Dimensions:
LOAD
*
INLINE [
Dimension
Month];
Now the issue what i am facing is i need to able to select Month field in search object. But i am not able to view that field in SEARCH OBJECT box. Can you please help how to get that field in search object.
Attached the qvw for more reference.
Thanks,
Bharat
I have added that field in the search object following the steps explained above.
I am not following you, You want to show Selection box it self. Which one you want to show. Like below
Hi Anil,
In search object i need to add that field called Fiscal_Month_12NC. Because in search object properties when ever i try to add Fiscal_Month_12NC field i am not able to see that one.
Kindly let me know if you require anything more..
Right click on search object->General->List of Fields->Click on the expression button (...)->'Show System Fiels' enable it. Now you would be able to see and select your hidden fields from the field list.
Or, you can even type in your field name in the expression window.
Hi Tresesco,
I have enabled it but still i am not able to see that field...
This you meant to say this? In fact, Your inline is showing only Field that's called Dimension. So, Fiscal... is the value which comes under Dimension it self.
Your app has only one field called 'Dimension' and no field called 'Fiscal_Month_12NC'. In fact, 'Fiscal_Month_12NC' is a field value of Dimension field.
Yes Anil i need to able to select Fiscal_Month_12NC... Not Dimension... Only field called Fiscal_Month_12NC.
Please check the attached app...
Yes, is there any way that i can able to select only Fiscal_Month_12NC in search object...