My SSRS report is connected to SSAS. I have a parameter called Plant Code. In data base my plant code is in alpha numeric format like '02plant123'. Wen i search the report with a plant code the following error occurs 'plant123' not fount and by default the numerics before the text are getting removed. what kind of conversions are to be made in my MDX so that the numerics are also considered?
0
There are 0 best solutions below
Related Questions in MDX
- MDX date range with NON EMPTY clause is not slicing the data for the range
- SSAS Excluding a dimension from aggregation on a measure
- MDX running total with cross join
- Checking Multiple condition in case statement using MDX query
- MDX union members in different hierarchies
- How can I find out the datatype of measures in MDX?
- Investigate MDX DistinctCount discrepancy
- How to group record by range and put it on rows
- MONDRIAN MDX query for period of time
- How to restrict members list in dimension using SSAS perspectives?
- Get the amount of days in a month - mdx
- MDX: Filtering repeated
- Power pivot named MDX field
- MDX query to calculate measure with AND condition by members from same dimension
- How to go from rows to a hierarchy in icCube
Related Questions in SSRS-2012
- SSRS Multi-Value Parameter Not Filtering
- SSRS Add Parent Group to Entire Tablix
- SSRS 2012 - Hide Duplicate Rows
- how to migrate or copy SSRS datasource from one server to another without restoring the report server
- SSRS Tablix - Total with Top N
- Convert integer of MYYYY into Date in ssrs
- Tablix in Tablix - Header not repeating
- SSRS date & time parameter based on time of day
- SSRS: How to restore a deleted title in a chart
- If A Not Equal to B in SSRS
- Colour Formatting Based on Conditions
- How to select the Data Source at Runtime in SSRS Report Builder
- Use RunningValue in CRM Dashboard Chart?
- Trying to use Switch statement in SSRS
- SSRS - Showing data's each character in box
Related Questions in MDXCLIENT
- get userFriendly names of dimmension attributes in mdx
- Better syntax for MDX
- SSRS Alpha Numeric value Search
- MDX Date Formatting
- Convert CellSet object to JSON result
- Saving MDX query results to Table or csv file
- Get Top 5 by Different years MDX
- I need a quick help on the below mdx query
- Is there a way to specify or force data type of calculated member?
- How to convert xsd:double string to decimal in one step
- Connect to SAP HANA Database using VBA
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?