Ganesh Saptharishi
- Total activity 57
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 17
Comments
Recent activity by Ganesh Saptharishi-
In the previous set up many other workbooks were set to trigger on arrival of data in one workbook. But I now notice that all the dependent workbooks show a similar error and calls for manual exch...
-
Version 7.5.12 No change. workbooks migrated from one environment to a new environment Yes, you are right. when opening the workbook no formula in the current workbook. on exchange of data from...
-
Hello Konsta Danyliuk, Thanks for the suggestion. Column A is a float and column B is Bigdecimal. yet after downloading as a CSV and on opening we still get to see in scientific notation. to ov...
-
Data in Datameer looks perfectly ok. data type is float "1.29791896147E9" -- seeing in notepad file
-
I open datameer Showlist, select the sheet and download as CSV . I am using in SAS. even if i am opening in Excel the number turn out to be in Exponential notation. even after formatting and read...
-
Hi when downloading data, any number which has 9 digits or more is converting into an exponential notation. because of this we are facing issues in using the number in other tools. is there a way...
-
Hi Konsta Danyliuk, Thanks for response. I achieved using the union approach. But wanted to know the feasibility of achieving the same result using the functionality of datameer. Thank you very ...
-
select 'Region' as Dimension, Region,count(cardno) as records from Sheet1 Union all select 'Currency' as Dimension, currency,count(cardno) as records from Sheet1
-
Hi I achieved the above result using SQL sheet but would like to know other ways using Datameer's capabilities
-
Hi thanks for your response. given below is a sample. two dimensions Region and Currency. Desired result expect the count by each dimension along with dimension values. for smaller count I crea...